Class ConstantMethodExpression

java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.myfaces.tobago.el.ConstantMethodExpression
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder

public class ConstantMethodExpression extends javax.el.MethodExpression implements javax.faces.component.StateHolder
See Also:
  • Constructor Details

    • ConstantMethodExpression

      public ConstantMethodExpression()
    • ConstantMethodExpression

      public ConstantMethodExpression(String outcome)
  • Method Details

    • getMethodInfo

      public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context) throws NullPointerException, javax.el.ELException
      Specified by:
      getMethodInfo in class javax.el.MethodExpression
      Throws:
      NullPointerException
      javax.el.ELException
    • invoke

      public Object invoke(javax.el.ELContext context, Object[] params) throws NullPointerException, javax.el.ELException
      Specified by:
      invoke in class javax.el.MethodExpression
      Throws:
      NullPointerException
      javax.el.ELException
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in class javax.el.Expression
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class javax.el.Expression
    • getExpressionString

      public String getExpressionString()
      Specified by:
      getExpressionString in class javax.el.Expression
    • isLiteralText

      public boolean isLiteralText()
      Specified by:
      isLiteralText in class javax.el.Expression
    • saveState

      public Object saveState(javax.faces.context.FacesContext context)
      Specified by:
      saveState in interface javax.faces.component.StateHolder
    • restoreState

      public void restoreState(javax.faces.context.FacesContext context, Object state)
      Specified by:
      restoreState in interface javax.faces.component.StateHolder
    • setTransient

      public void setTransient(boolean transientFlagParameter)
      Specified by:
      setTransient in interface javax.faces.component.StateHolder
    • isTransient

      public boolean isTransient()
      Specified by:
      isTransient in interface javax.faces.component.StateHolder