JavaScript is disabled on your browser.
javax.el

Class VariableMapper



  • public abstract class VariableMapper
    extends java.lang.Object
    Maps variables to expressions.
    Since:
    2.1
    • Constructor Summary

      Constructors
      Constructor and Description
      VariableMapper ()
    • Method Summary

      Methods
      Modifier and Type Method and Description
      abstract ValueExpression resolveVariable (java.lang.String variable)
      Resolves a variable.
      abstract ValueExpression setVariable (java.lang.String variable, ValueExpression expression)
      Sets the specified variable to the given expression.
      • Methods inherited from class java.lang.Object

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

      • VariableMapper

        public VariableMapper()
    • Method Detail

      • resolveVariable

        public abstract ValueExpression resolveVariable(java.lang.String variable)
        Resolves a variable.
        Parameters:
        variable - the name of the variable
      • setVariable

        public abstract ValueExpression setVariable(java.lang.String variable,
         ValueExpression expression)
        Sets the specified variable to the given expression.
        Parameters:
        variable - the name of the variable
        expression - the expression

AltStyle によって変換されたページ (->オリジナル) /