Class ELText.ELCacheableTextVariable
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.el.ELText
- 
- org.apache.myfaces.view.facelets.el.ELText.ELCacheableTextVariable
 
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.myfaces.view.facelets.el.ELTextELText.ELCacheableTextVariable, ELText.ELTextComposite, ELText.ELTextVariable, ELText.LiteralValueExpression
 
- 
 - 
Constructor SummaryConstructors Constructor Description ELCacheableTextVariable(jakarta.el.ValueExpression ve)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ELTextapply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx)Return an instance ofthisthat is applicable given the ELContext and ExpressionFactory state.booleanisLiteral()If it's literal textStringtoString(jakarta.el.ELContext ctx)Evaluates the ELText to a Stringvoidwrite(Writer out, jakarta.el.ELContext ctx)Allow 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
 
- 
 
- 
- 
- 
Method Detail- 
isLiteralpublic boolean isLiteral() Description copied from class:ELTextIf it's literal text
 - 
applypublic ELText apply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) Description copied from class:ELTextReturn an instance ofthisthat is applicable given the ELContext and ExpressionFactory state.
 - 
writepublic void write(Writer out, jakarta.el.ELContext ctx) throws jakarta.el.ELException, IOException Description 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
 
 - 
toStringpublic String toString(jakarta.el.ELContext ctx) throws jakarta.el.ELException Description 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
 
 
- 
 
-