org.zkoss.web.util.resource
Class ServletRequestResolver

java.lang.Object
  extended by org.zkoss.web.util.resource.ServletRequestResolver
All Implemented Interfaces:
java.io.Serializable, VariableResolver

public class ServletRequestResolver
extends java.lang.Object
implements VariableResolver, java.io.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

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

ServletRequestResolver

public ServletRequestResolver()
Method Detail

resolveVariable

public java.lang.Object resolveVariable(java.lang.String name)
                                 throws XelException
Description copied from interface: VariableResolver
Resolves the specified variable.

Specified by:
resolveVariable in interface VariableResolver
Parameters:
name - the name of the variable to resolve
Throws:
XelException


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo