ELText.ELCacheableTextVariable, ELText.ELTextComposite, ELText.ELTextVariable, ELText.LiteralValueExpression
Constructor and Description |
---|
ELTextComposite(ELText[] txt) |
Modifier and Type | Method and Description |
---|---|
ELText |
apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx)
Return an instance of
this that is applicable given the ELContext and ExpressionFactory state. |
ELText[] |
getElements() |
boolean |
isLiteral()
If it's literal text
|
String |
toString() |
String |
toString(javax.el.ELContext ctx)
Evaluates the ELText to a String
|
void |
write(Writer out,
javax.el.ELContext ctx)
Allow this instance to write to the passed Writer, given the ELContext state
|
void |
writeText(ResponseWriter out,
javax.el.ELContext ctx) |
isLiteral, isLiteral, parse, parse, parse, parse, parseAllowEmptyString, parseAsArray, parseAsArray, parseAsString
public ELTextComposite(ELText[] txt)
public void write(Writer out, javax.el.ELContext ctx) throws javax.el.ELException, IOException
ELText
write
in class ELText
out
- Writer to write toctx
- current ELContext statejavax.el.ELException
IOException
public void writeText(ResponseWriter out, javax.el.ELContext ctx) throws javax.el.ELException, IOException
writeText
in class ELText
javax.el.ELException
IOException
public String toString(javax.el.ELContext ctx)
ELText
public boolean isLiteral()
ELText
public ELText apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
ELText
this
that is applicable given the ELContext and ExpressionFactory state.public ELText[] getElements()
Copyright © 2022 The Apache Software Foundation. All rights reserved.