Class JSTLVariableResolver

  • All Implemented Interfaces:
    VariableResolver

    public class JSTLVariableResolver
    extends java.lang.Object
    implements VariableResolver

    This is the JSTL-specific implementation of VariableResolver. It looks up variable references in the PageContext, and also recognizes references to implicit objects.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object resolveVariable​(java.lang.String pName, java.lang.Object pContext)
      Resolves the specified variable within the given context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JSTLVariableResolver

        public JSTLVariableResolver()
    • Method Detail

      • resolveVariable

        public java.lang.Object resolveVariable​(java.lang.String pName,
                                                java.lang.Object pContext)
                                         throws ELException
        Resolves the specified variable within the given context. Returns null if the variable is not found.
        Specified by:
        resolveVariable in interface VariableResolver
        Throws:
        ELException