Class ELText.ELTextVariable
java.lang.Object
org.apache.myfaces.view.facelets.el.ELText
org.apache.myfaces.view.facelets.el.ELText.ELTextVariable
- Enclosing class:
- ELText
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.myfaces.view.facelets.el.ELText
ELText.ELCacheableTextVariable, ELText.ELTextComposite, ELText.ELTextVariable, ELText.LiteralValueExpression
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) Return an instance ofthis
that is applicable given the ELContext and ExpressionFactory state.boolean
If it's literal texttoString
(jakarta.el.ELContext ctx) Evaluates the ELText to a Stringvoid
Allow this instance to write to the passed Writer, given the ELContext statevoid
writeText
(ResponseWriter out, jakarta.el.ELContext ctx) Methods inherited from class org.apache.myfaces.view.facelets.el.ELText
isLiteral, isLiteral, parse, parse, parse, parse, parseAllowEmptyString, parseAsArray, parseAsArray, parseAsString, toString
-
Constructor Details
-
ELTextVariable
public ELTextVariable(jakarta.el.ValueExpression ve)
-
-
Method Details
-
isLiteral
public boolean isLiteral()Description copied from class:ELText
If it's literal text -
apply
Description copied from class:ELText
Return an instance ofthis
that is applicable given the ELContext and ExpressionFactory state. -
write
Description copied from class:ELText
Allow this instance to write to the passed Writer, given the ELContext state- Overrides:
write
in classELText
- Parameters:
out
- Writer to write toctx
- current ELContext state- Throws:
jakarta.el.ELException
IOException
-
toString
Description copied from class:ELText
Evaluates the ELText to a String -
writeText
public void writeText(ResponseWriter out, jakarta.el.ELContext ctx) throws jakarta.el.ELException, IOException - Overrides:
writeText
in classELText
- Throws:
jakarta.el.ELException
IOException
-