Class ServletRequestResolver

  • All Implemented Interfaces:
    java.io.Serializable, org.zkoss.xel.VariableResolver

    public class ServletRequestResolver
    extends java.lang.Object
    implements org.zkoss.xel.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)  
      • 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 org.zkoss.xel.XelException
        Specified by:
        resolveVariable in interface org.zkoss.xel.VariableResolver
        Throws:
        org.zkoss.xel.XelException