java.lang.Object
com.arranger.jarl.script.jarlsp.SimpleJarlSPRuntime
- All Implemented Interfaces:
- JarlSPRuntime
- public class SimpleJarlSPRuntime
- extends java.lang.Object
- implements JarlSPRuntime
SimpleISPRuntime created on Jan 17, 2003
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_writer
protected java.io.Writer m_writer
m_properties
protected java.util.Map m_properties
m_classOutput
protected java.lang.String m_classOutput
SimpleJarlSPRuntime
public SimpleJarlSPRuntime(java.lang.String classOutput)
getWriter
public java.io.Writer getWriter()
- Description copied from interface:
JarlSPRuntime
- Gets the writer for this runtime
- Specified by:
getWriter in interface JarlSPRuntime
get
public java.lang.Object get(java.lang.String name)
- Returns specified parameter.
- Specified by:
get in interface JarlSPRuntime
getProperties
public java.util.Map getProperties()
- Get all the current properties
- Specified by:
getProperties in interface JarlSPRuntime
put
public void put(java.lang.String name,
java.lang.Object value)
- Sets the specified parameter
- Specified by:
put in interface JarlSPRuntime
execute
public void execute(java.lang.String jarlspClassName,
java.io.Writer writer,
java.util.Map properties)
throws java.lang.Exception
- Executes an jarlsp based upon its className
- Specified by:
execute in interface JarlSPRuntime
getJarlSPBase
protected JarlSPBase getJarlSPBase(java.lang.String ispClassName)
throws java.lang.Exception