Uses of Class
org.webmacro.engine.MethodWrapper

Packages that use MethodWrapper
org.webmacro   
 

Uses of MethodWrapper in org.webmacro
 

Methods in org.webmacro that return MethodWrapper
 MethodWrapper Broker.getFunction(java.lang.String fnName)
          fetch a "global function"
 

Methods in org.webmacro with parameters of type MethodWrapper
 void Broker.putFunction(java.lang.String fnName, MethodWrapper mw)
          store a "global function"