|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.xel.util.SimpleXelContext
public class SimpleXelContext
A simple implementation of XelContext.
| Constructor Summary | |
|---|---|
SimpleXelContext()
|
|
SimpleXelContext(VariableResolver resolver)
|
|
SimpleXelContext(VariableResolver resolver,
FunctionMapper mapper)
|
|
| Method Summary | |
|---|---|
FunctionMapper |
getFunctionMapper()
Returns the function mapper, or null if not available. |
VariableResolver |
getVariableResolver()
Returns the variable resolver, or null if not available. |
void |
setFunctionMapper(FunctionMapper mapper)
Sets the function mapper, or null if not available. |
void |
setVariableResolver(VariableResolver resolver)
Sete the variable resovler, or null if not available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleXelContext(VariableResolver resolver,
FunctionMapper mapper)
public SimpleXelContext(VariableResolver resolver)
public SimpleXelContext()
| Method Detail |
|---|
public void setVariableResolver(VariableResolver resolver)
public void setFunctionMapper(FunctionMapper mapper)
public VariableResolver getVariableResolver()
XelContext
getVariableResolver in interface XelContextpublic FunctionMapper getFunctionMapper()
XelContext
getFunctionMapper in interface XelContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||