|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionMapper | |
---|---|
org.zkoss.bind.impl | Core Implementation for ZK Bind |
org.zkoss.xel | XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL. |
org.zkoss.xel.taglib | Utilities to access taglibs, aka., the TLD files. |
org.zkoss.xel.util | Utilties of XEL expressions. |
org.zkoss.xel.zel | This implementation is based on ZEL 2.2 (Similar to EL 2.2). |
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). |
org.zkoss.zk.xel.impl | XEL utilities for implementation only. |
org.zkoss.zkmax.xel.el | This implementation is based on Apache Commons EL, ApacheELFactory. |
org.zkoss.zkmax.xel.el21 | This implementation is based on JSP 2.1 EL. |
Uses of FunctionMapper in org.zkoss.bind.impl |
---|
Methods in org.zkoss.bind.impl with parameters of type FunctionMapper | |
---|---|
static BindEvaluatorX |
BindEvaluatorXUtil.createEvaluator(FunctionMapper fnampper)
|
Constructors in org.zkoss.bind.impl with parameters of type FunctionMapper | |
---|---|
BindEvaluatorXImpl(FunctionMapper mapper,
java.lang.Class<? extends ExpressionFactory> expfcls)
|
Uses of FunctionMapper in org.zkoss.xel |
---|
Fields in org.zkoss.xel declared as FunctionMapper | |
---|---|
static FunctionMapper |
Expressions.EMPTY_MAPPER
An empty function mapper, i.e., it has no function defined at all. |
Methods in org.zkoss.xel that return FunctionMapper | |
---|---|
FunctionMapper |
XelContext.getFunctionMapper()
Returns the function mapper, or null if not available. |
Uses of FunctionMapper in org.zkoss.xel.taglib |
---|
Methods in org.zkoss.xel.taglib that return FunctionMapper | |
---|---|
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.Collection<Taglib> taglibs,
Locator loc)
Retursn the function mapper representing a collection of Taglib ,
or null if nothin is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.Collection<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> imports,
java.util.Collection<FunctionDefinition> funcs,
Locator loc)
Retursn the function mapper representing a collection of Taglib ,
imports and functions, or null if nothing is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.Collection<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> imports,
Locator loc)
Retursn the function mapper representing a collection of Taglib
and imports, or null if nothing is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.List<Taglib> taglibs,
Locator loc)
Retursn the function mapper representing a list of Taglib ,
or null if nothin is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.List<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> imports,
java.util.List<FunctionDefinition> funcs,
Locator loc)
Retursn the function mapper representing a list of Taglib ,
imports and functions, or null if nothing is loaded. |
static FunctionMapper |
Taglibs.getFunctionMapper(java.util.List<Taglib> taglibs,
java.util.Map<java.lang.String,java.lang.Class<?>> imports,
Locator loc)
Retursn the function mapper representing a list of Taglib
and imports, or null if nothing is loaded. |
Uses of FunctionMapper in org.zkoss.xel.util |
---|
Classes in org.zkoss.xel.util that implement FunctionMapper | |
---|---|
class |
DualFunctionMapper
Combine two function mappers into one function mapper. |
class |
SimpleMapper
A simmple function mapper. |
class |
TaglibMapper
A function mapper that is capable to load function and class definitions from taglib. |
Methods in org.zkoss.xel.util that return FunctionMapper | |
---|---|
static FunctionMapper |
DualFunctionMapper.combine(FunctionMapper first,
FunctionMapper second)
Returns a function mapper by combining two function mappers. |
FunctionMapper |
XelContextProxy.getFunctionMapper()
|
FunctionMapper |
SimpleXelContext.getFunctionMapper()
|
FunctionMapper |
SimpleMapper.getParent()
Returns the parent mapper, or null if no parent. |
Methods in org.zkoss.xel.util with parameters of type FunctionMapper | |
---|---|
static FunctionMapper |
DualFunctionMapper.combine(FunctionMapper first,
FunctionMapper second)
Returns a function mapper by combining two function mappers. |
void |
SimpleXelContext.setFunctionMapper(FunctionMapper mapper)
Sets the function mapper, or null if not available. |
void |
SimpleMapper.setParent(FunctionMapper parent)
Sets the parent mapper. |
Constructors in org.zkoss.xel.util with parameters of type FunctionMapper | |
---|---|
DualFunctionMapper(FunctionMapper first,
FunctionMapper second)
Constructor. |
|
SimpleMapper(FunctionMapper parent)
|
|
SimpleXelContext(VariableResolver resolver,
FunctionMapper mapper)
|
|
XelContextProxy(XelContext ctx,
FunctionMapper mapper)
Replaces the function mapper with the specified one, but the variable resolver not changed. |
|
XelContextProxy(XelContext ctx,
VariableResolver resolver,
FunctionMapper mapper)
Replaces both variable resolver and function mapper. |
Uses of FunctionMapper in org.zkoss.xel.zel |
---|
Constructors in org.zkoss.xel.zel with parameters of type FunctionMapper | |
---|---|
XelELMapper(FunctionMapper mapper)
|
Uses of FunctionMapper in org.zkoss.zk.ui |
---|
Methods in org.zkoss.zk.ui that return FunctionMapper | |
---|---|
FunctionMapper |
Page.getFunctionMapper()
Returns the function mapper for resolving XEL functions, or null if not available. |
Methods in org.zkoss.zk.ui with parameters of type FunctionMapper | |
---|---|
boolean |
Page.addFunctionMapper(FunctionMapper mapper)
Adds the function mapper in addition to the current one. |
boolean |
Page.hasFunctionMapper(FunctionMapper mapper)
Returns if the specified function mapper has been registered |
boolean |
Page.removeFunctionMapper(FunctionMapper mapper)
Removes a function mapper that was added by Page.addFunctionMapper(org.zkoss.xel.FunctionMapper) . |
Uses of FunctionMapper in org.zkoss.zk.ui.impl |
---|
Methods in org.zkoss.zk.ui.impl that return FunctionMapper | |
---|---|
FunctionMapper |
PageImpl.getFunctionMapper()
|
Methods in org.zkoss.zk.ui.impl with parameters of type FunctionMapper | |
---|---|
boolean |
PageImpl.addFunctionMapper(FunctionMapper mapper)
|
boolean |
PageImpl.hasFunctionMapper(FunctionMapper mapper)
|
boolean |
PageImpl.removeFunctionMapper(FunctionMapper mapper)
|
Uses of FunctionMapper in org.zkoss.zk.ui.metainfo |
---|
Methods in org.zkoss.zk.ui.metainfo that return FunctionMapper | |
---|---|
FunctionMapper |
PageDefinition.getTaglibMapper()
Returns the mapper representing the functions defined in taglib and xel-method. |
FunctionMapper |
FunctionMapperInfo.newFunctionMapper(Evaluator eval,
Page page)
Creates and returns the function mapper for the specified evaluator and page. |
FunctionMapper |
FunctionMapperInfo.newFunctionMapper(PageDefinition pgdef,
Page page)
Creates and returns the function mapper for the specified pagedefinition and page. |
Constructors in org.zkoss.zk.ui.metainfo with parameters of type FunctionMapper | |
---|---|
FunctionMapperInfo(FunctionMapper mapper)
Constructs with an initiator that will be reuse each time FunctionMapperInfo.newFunctionMapper(org.zkoss.zk.ui.metainfo.PageDefinition, org.zkoss.zk.ui.Page) is called. |
Constructor parameters in org.zkoss.zk.ui.metainfo with type arguments of type FunctionMapper | |
---|---|
FunctionMapperInfo(java.lang.Class<? extends FunctionMapper> cls)
Constructs with a class. |
|
FunctionMapperInfo(java.lang.Class<? extends FunctionMapper> cls,
java.util.Map<java.lang.String,java.lang.String> args)
Constructs with a class. |
Uses of FunctionMapper in org.zkoss.zk.xel.impl |
---|
Methods in org.zkoss.zk.xel.impl that return FunctionMapper | |
---|---|
FunctionMapper |
SimpleEvaluator.getFunctionMapper(java.lang.Object ref)
Returns the function mapper, or null if not available. |
Constructors in org.zkoss.zk.xel.impl with parameters of type FunctionMapper | |
---|---|
SimpleEvaluator(FunctionMapper mapper,
java.lang.Class<? extends ExpressionFactory> expfcls)
|
Uses of FunctionMapper in org.zkoss.zkmax.xel.el |
---|
Constructors in org.zkoss.zkmax.xel.el with parameters of type FunctionMapper | |
---|---|
ELXelExpression(javax.servlet.jsp.el.Expression expr,
java.lang.String rawexpr,
FunctionMapper mapper,
java.lang.Class expectedType)
|
|
XelELMapper(FunctionMapper mapper)
|
Uses of FunctionMapper in org.zkoss.zkmax.xel.el21 |
---|
Constructors in org.zkoss.zkmax.xel.el21 with parameters of type FunctionMapper | |
---|---|
XelELMapper(FunctionMapper mapper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |