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 SummaryNested classes/interfaces inherited from class org.apache.myfaces.view.facelets.el.ELTextELText.ELCacheableTextVariable, ELText.ELTextComposite, ELText.ELTextVariable, ELText.LiteralValueExpression
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) Return an instance ofthisthat is applicable given the ELContext and ExpressionFactory state.booleanIf it's literal texttoString(jakarta.el.ELContext ctx) Evaluates the ELText to a StringvoidAllow this instance to write to the passed Writer, given the ELContext statevoidwriteText(ResponseWriter out, jakarta.el.ELContext ctx) Methods inherited from class org.apache.myfaces.view.facelets.el.ELTextisLiteral, isLiteral, parse, parse, parse, parse, parseAllowEmptyString, parseAsArray, parseAsArray, parseAsString, toString
- 
Constructor Details- 
ELTextVariablepublic ELTextVariable(jakarta.el.ValueExpression ve) 
 
- 
- 
Method Details- 
isLiteralpublic boolean isLiteral()Description copied from class:ELTextIf it's literal text
- 
applyDescription copied from class:ELTextReturn an instance ofthisthat is applicable given the ELContext and ExpressionFactory state.
- 
writeDescription copied from class:ELTextAllow this instance to write to the passed Writer, given the ELContext state- Overrides:
- writein class- ELText
- Parameters:
- out- Writer to write to
- ctx- current ELContext state
- Throws:
- jakarta.el.ELException
- IOException
 
- 
toStringDescription copied from class:ELTextEvaluates the ELText to a String
- 
writeTextpublic void writeText(ResponseWriter out, jakarta.el.ELContext ctx) throws jakarta.el.ELException, IOException - Overrides:
- writeTextin class- ELText
- Throws:
- jakarta.el.ELException
- IOException
 
 
-