org.apache.bsf.engines.jacl
public class JaclEngine extends BSFEngineImpl
Method Summary | |
---|---|
Object | call(Object obj, String method, Object[] args) |
void | declareBean(BSFDeclaredBean bean)
Declare a bean |
Object | eval(String source, int lineNo, int columnNo, Object oscript)
This is used by an application to evaluate a string containing
some expression. |
void | initialize(BSFManager mgr, String lang, Vector declaredBeans)
Initialize the engine. |
void | undeclareBean(BSFDeclaredBean bean)
Undeclare a previously declared bean. |
Parameters: method The name of the method to call. args an array of arguments to be passed to the extension, which may be either Vectors of Nodes, or Strings.