Class StackedComplexValueExpressionConcat

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

public class StackedComplexValueExpressionConcat extends jakarta.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(Application app, String vbString)
  • Method Details

    • getValue

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

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

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

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

      public void setValue(jakarta.el.ELContext arg0, Object arg1) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.PropertyNotWritableException, jakarta.el.ELException
      Specified by:
      setValue in class jakarta.el.ValueExpression
      Throws:
      NullPointerException
      jakarta.el.PropertyNotFoundException
      jakarta.el.PropertyNotWritableException
      jakarta.el.ELException
    • equals

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

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

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

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