Class VariableResolverImpl

  • All Implemented Interfaces:
    VariableResolver

    @Deprecated
    public final class VariableResolverImpl
    extends java.lang.Object
    implements VariableResolver
    Deprecated.
    • Constructor Detail

      • VariableResolverImpl

        public VariableResolverImpl​(ELContext ctx)
        Deprecated.
    • Method Detail

      • resolveVariable

        public java.lang.Object resolveVariable​(java.lang.String pName)
                                         throws ELException
        Deprecated.
        Description copied from interface: jakarta.servlet.jsp.el.VariableResolver
        Resolves the specified variable. Returns null if the variable is not found.
        Specified by:
        resolveVariable in interface VariableResolver
        Parameters:
        pName - the name of the variable to resolve
        Returns:
        the result of the variable resolution
        Throws:
        ELException - if a failure occurred while trying to resolve the given variable