Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.script.jarlsp
Class SimpleJarlSPRuntime  view SimpleJarlSPRuntime download SimpleJarlSPRuntime.java

java.lang.Object
  extended bycom.arranger.jarl.script.jarlsp.SimpleJarlSPRuntime
All Implemented Interfaces:
JarlSPRuntime

public class SimpleJarlSPRuntime
extends java.lang.Object
implements JarlSPRuntime

SimpleISPRuntime created on Jan 17, 2003


Field Summary
protected  java.lang.String m_classOutput
           
protected  java.util.Map m_properties
           
protected  java.io.Writer m_writer
           
 
Constructor Summary
SimpleJarlSPRuntime(java.lang.String classOutput)
           
 
Method Summary
 void execute(java.lang.String jarlspClassName, java.io.Writer writer, java.util.Map properties)
          Executes an jarlsp based upon its className
 java.lang.Object get(java.lang.String name)
          Returns specified parameter.
protected  JarlSPBase getJarlSPBase(java.lang.String ispClassName)
           
 java.util.Map getProperties()
          Get all the current properties
 java.io.Writer getWriter()
          Gets the writer for this runtime
 void put(java.lang.String name, java.lang.Object value)
          Sets the specified parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_writer

protected java.io.Writer m_writer

m_properties

protected java.util.Map m_properties

m_classOutput

protected java.lang.String m_classOutput
Constructor Detail

SimpleJarlSPRuntime

public SimpleJarlSPRuntime(java.lang.String classOutput)
Method Detail

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