org.zkoss.web.util.resource
Class ServletRequestResolver
java.lang.Object
org.zkoss.web.util.resource.ServletRequestResolver
- All Implemented Interfaces:
- Serializable, org.zkoss.xel.VariableResolver
public class ServletRequestResolver
- extends Object
- implements org.zkoss.xel.VariableResolver, Serializable
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.
- Since:
- 5.0.7
- Author:
- tomyeh
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletRequestResolver
public ServletRequestResolver()
resolveVariable
public Object resolveVariable(String name)
throws org.zkoss.xel.XelException
- Specified by:
resolveVariable in interface org.zkoss.xel.VariableResolver
- Throws:
org.zkoss.xel.XelException
Copyright © 2015. All rights reserved.