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

Quick Search    Search Deep

com.arranger.jarl.script.jarlsp
Interface JarlSPRuntime  view JarlSPRuntime download JarlSPRuntime.java

All Known Implementing Classes:
SimpleJarlSPRuntime

public interface JarlSPRuntime

ISPRuntime created on Jan 17, 2003 This is used to provide a runtime environment for an JarlSPBase


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.
 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
 

Method Detail

getWriter

public java.io.Writer getWriter()
Gets the writer for this runtime


get

public java.lang.Object get(java.lang.String name)
Returns specified parameter.


getProperties

public java.util.Map getProperties()
Get all the current properties


put

public void put(java.lang.String name,
                java.lang.Object value)
Sets the specified parameter


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