Class ELText.LiteralValueExpression
- java.lang.Object
-
- javax.el.Expression
-
- javax.el.ValueExpression
-
- org.apache.myfaces.view.facelets.el.ELText.LiteralValueExpression
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ELText
protected static final class ELText.LiteralValueExpression extends javax.el.ValueExpression
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LiteralValueExpression(String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Class<?>
getExpectedType()
String
getExpressionString()
Class<?>
getType(javax.el.ELContext context)
Object
getValue(javax.el.ELContext context)
int
hashCode()
boolean
isLiteralText()
boolean
isReadOnly(javax.el.ELContext context)
void
setValue(javax.el.ELContext context, Object value)
-
-
-
Constructor Detail
-
LiteralValueExpression
public LiteralValueExpression(String text)
-
-
Method Detail
-
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in classjavax.el.Expression
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classjavax.el.Expression
-
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionString
in classjavax.el.Expression
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classjavax.el.Expression
-
setValue
public void setValue(javax.el.ELContext context, Object value)
- Specified by:
setValue
in classjavax.el.ValueExpression
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context)
- Specified by:
isReadOnly
in classjavax.el.ValueExpression
-
getValue
public Object getValue(javax.el.ELContext context)
- Specified by:
getValue
in classjavax.el.ValueExpression
-
getType
public Class<?> getType(javax.el.ELContext context)
- Specified by:
getType
in classjavax.el.ValueExpression
-
getExpectedType
public Class<?> getExpectedType()
- Specified by:
getExpectedType
in classjavax.el.ValueExpression
-
-