Class ELText.ELTextComposite
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.el.ELText
- 
- org.apache.myfaces.view.facelets.el.ELText.ELTextComposite
 
 
- 
- 
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 ELTextComposite(ELText[] txt)
 - 
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.ELText[]getElements()booleanisLiteral()If it's literal textStringtoString()StringtoString(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
 
- 
 
- 
- 
- 
Constructor Detail- 
ELTextCompositepublic ELTextComposite(ELText[] txt) 
 
- 
 - 
Method Detail- 
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
 
 - 
writeTextpublic void writeText(ResponseWriter out, jakarta.el.ELContext ctx) throws jakarta.el.ELException, IOException - Overrides:
- writeTextin class- ELText
- Throws:
- jakarta.el.ELException
- IOException
 
 - 
toStringpublic String toString(jakarta.el.ELContext ctx) Description copied from class:ELTextEvaluates the ELText to a String
 - 
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.
 - 
getElementspublic ELText[] getElements() 
 
- 
 
-