Class StackedComplexValueExpressionConcat

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

public class StackedComplexValueExpressionConcat extends javax.el.ValueExpression
Value following the pattern "Any text #{xxx.xxx.xxx} any text #{xxx.xxx.xxx} any text ..."
See Also:
  • Constructor Details

    • StackedComplexValueExpressionConcat

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

    • 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
    • getExpectedType

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

      public Class<?> getType(javax.el.ELContext arg0) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.ELException
      Specified by:
      getType in class javax.el.ValueExpression
      Throws:
      NullPointerException
      javax.el.PropertyNotFoundException
      javax.el.ELException
    • 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 arg0, Object arg1) 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
    • equals

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

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

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

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