Class StackedValueExpression

java.lang.Object
javax.el.Expression
javax.el.ValueExpression
org.eclnt.jsfserver.util.StackedValueExpression
All Implemented Interfaces:
Serializable

public class StackedValueExpression extends javax.el.ValueExpression
See Also:
  • Constructor Details

    • StackedValueExpression

      public StackedValueExpression(javax.faces.application.Application app, String vbString)
  • Method Details

    • getTokens

      public String[] getTokens()
      The tokens of the expression. I.e. if expression is "#{d.xxx.yyy}" then an array 0:"d", 1:"xxx", 2:"yyy" is passed back.
    • getFlagSetMayFail

      public boolean getFlagSetMayFail()
    • setFlagSetMayFail

      public void setFlagSetMayFail(boolean flagSetMayFail)
    • equals

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

      public Class<?> getType(javax.el.ELContext elContext) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException
      Specified by:
      getType in class javax.el.ValueExpression
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.ELException
    • getExpectedType

      public Class<?> getExpectedType()
      Specified by:
      getExpectedType in class javax.el.ValueExpression
    • getExpressionString

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

      public Object getValue(javax.el.ELContext elContext) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException
      Specified by:
      getValue in class javax.el.ValueExpression
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.ELException
    • getValue

      public Object getValue(javax.el.ELContext elContext, boolean withError) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.ELException
    • hashCode

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

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

      public boolean isReadOnly(javax.el.ELContext arg0) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException
      Specified by:
      isReadOnly in class javax.el.ValueExpression
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.ELException
    • setValue

      public void setValue(javax.el.ELContext elContext, Object value) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.PropertyNotWritableException, javax.el.ELException
      Specified by:
      setValue in class javax.el.ValueExpression
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.PropertyNotWritableException
      javax.el.ELException
    • setValue

      public void setValue(javax.el.ELContext elContext, Object valueToSet, boolean clearStack) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.PropertyNotWritableException, javax.el.ELException
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.PropertyNotWritableException
      javax.el.ELException