|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
org.zkoss.xel | XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL. |
org.zkoss.xel.util | Utilties of XEL expressions. |
org.zkoss.zk.scripting | Scripting intepreter relevant classes, including interpreter, namespace and so on. |
org.zkoss.zk.scripting.bsh | BeanShell - Java Interpreter. |
org.zkoss.zk.scripting.groovy | Groovy Interpreter |
org.zkoss.zk.scripting.rhino | Rhino - JavaScript Interpreter org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino org.zkoss.scripting.bsf.rhino.RhinoInterpreter An implementation based on Rhino but went through BSF. |
org.zkoss.zk.scripting.util | Utilities for implementing interpters and namespaces. |
org.zkoss.zk.ui | Interfaces of the common user-interfaces, such as Page and Component. |
org.zkoss.zk.ui.impl | Implementation of user interfaces and factories (implementation only). |
org.zkoss.zk.ui.metainfo | Metainfo representing pages and languages (implementation only). |
Uses of Function in org.zkoss.xel |
---|
Methods in org.zkoss.xel that return Function | |
---|---|
Function |
FunctionMapper.resolveFunction(java.lang.String prefix,
java.lang.String name)
Resolves a function Function with the specified name and
prefix. |
Uses of Function in org.zkoss.xel.util |
---|
Classes in org.zkoss.xel.util that implement Function | |
---|---|
class |
MethodFunction
A XEL function based on java.lang.reflect.Method. |
Methods in org.zkoss.xel.util that return Function | |
---|---|
Function |
TaglibMapper.resolveFunction(java.lang.String prefix,
java.lang.String name)
|
Function |
SimpleMapper.resolveFunction(java.lang.String prefix,
java.lang.String name)
|
Function |
DualFunctionMapper.resolveFunction(java.lang.String prefix,
java.lang.String name)
|
Methods in org.zkoss.xel.util with parameters of type Function | |
---|---|
void |
TaglibMapper.addFunction(java.lang.String prefix,
java.lang.String name,
Function func)
Adds the function that can be retrieved by TaglibMapper.resolveFunction(java.lang.String, java.lang.String) . |
Uses of Function in org.zkoss.zk.scripting |
---|
Methods in org.zkoss.zk.scripting that return Function | |
---|---|
Function |
HierachicalAware.getFunction(Scope scope,
java.lang.String name,
java.lang.Class[] argTypes)
Returns the method of the specified name defined in this interpreter's scope identified by the specified scope, or null if not defined. |
Function |
Interpreter.getFunction(java.lang.String name,
java.lang.Class[] argTypes)
Returns the method of the specified name defined in this interpreter, or null if not defined. |
Uses of Function in org.zkoss.zk.scripting.bsh |
---|
Methods in org.zkoss.zk.scripting.bsh that return Function | |
---|---|
Function |
BSHInterpreter.getFunction(Scope scope,
java.lang.String name,
java.lang.Class[] argTypes)
|
Function |
BSHInterpreter.getFunction(java.lang.String name,
java.lang.Class[] argTypes)
|
Uses of Function in org.zkoss.zk.scripting.groovy |
---|
Methods in org.zkoss.zk.scripting.groovy that return Function | |
---|---|
Function |
GroovyInterpreter.getFunction(java.lang.String name,
java.lang.Class[] argTypes)
Returns the method. |
Uses of Function in org.zkoss.zk.scripting.rhino |
---|
Methods in org.zkoss.zk.scripting.rhino that return Function | |
---|---|
Function |
RhinoInterpreter.getFunction(java.lang.String name,
java.lang.Class[] argTypes)
Returns the method. |
Uses of Function in org.zkoss.zk.scripting.util |
---|
Methods in org.zkoss.zk.scripting.util that return Function | |
---|---|
Function |
GenericInterpreter.getFunction(Scope scope,
java.lang.String name,
java.lang.Class[] argTypes)
Returns null since retrieving methods is not supported. |
Function |
GenericInterpreter.getFunction(java.lang.String name,
java.lang.Class[] argTypes)
Returns null since retrieving methods is not supported. |
Uses of Function in org.zkoss.zk.ui |
---|
Methods in org.zkoss.zk.ui that return Function | |
---|---|
Function |
Page.getZScriptFunction(Component comp,
java.lang.String name,
java.lang.Class[] argTypes)
Returns the function of the specified name by searching the logical scope of the specified component in all the loaded interpreters. |
Function |
Page.getZScriptFunction(Namespace ns,
java.lang.String name,
java.lang.Class[] argTypes)
Deprecated. As of release 5.0.0, replaced with Page.getZScriptFunction(Component,String,Class[])
Returns the function of the specified name by searching the logical scope of the specified namespace in all the loaded interpreters. |
Function |
Page.getZScriptFunction(java.lang.String name,
java.lang.Class[] argTypes)
Returns the function of the specified name by searching the loaded interpreters. |
Uses of Function in org.zkoss.zk.ui.impl |
---|
Methods in org.zkoss.zk.ui.impl that return Function | |
---|---|
Function |
PageImpl.getZScriptFunction(Component comp,
java.lang.String name,
java.lang.Class[] argTypes)
|
Function |
PageImpl.getZScriptFunction(Namespace ns,
java.lang.String name,
java.lang.Class[] argTypes)
Deprecated. As of release 5.0.0, replaced with PageImpl.getZScriptFunction(Component,String,Class[]) . |
Function |
PageImpl.getZScriptFunction(java.lang.String name,
java.lang.Class[] argTypes)
|
Uses of Function in org.zkoss.zk.ui.metainfo |
---|
Methods in org.zkoss.zk.ui.metainfo with parameters of type Function | |
---|---|
void |
PageDefinition.addXelMethod(java.lang.String prefix,
java.lang.String name,
Function func)
Adds a XEL method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |