Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()