|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.web.util.resource.ServletRequestResolver
public class ServletRequestResolver
Used to resolve the variables defined in the request
(such as DSP context and ZK's execution).
It is designed to work Labels
,
such that XEL expressions specified in labels could reference
to the variables defined in the request.
Constructor Summary | |
---|---|
ServletRequestResolver()
|
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(java.lang.String name)
Resolves the specified variable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletRequestResolver()
Method Detail |
---|
public java.lang.Object resolveVariable(java.lang.String name) throws XelException
VariableResolver
resolveVariable
in interface VariableResolver
name
- the name of the variable to resolve
XelException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |