ELText.ELCacheableTextVariable, ELText.ELTextComposite, ELText.ELTextVariable, ELText.LiteralValueExpression
Constructor and Description |
---|
ELTextVariable(javax.el.ValueExpression ve) |
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. |
boolean |
isLiteral()
If it's literal text
|
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, toString
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 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 String toString(javax.el.ELContext ctx) throws javax.el.ELException
ELText
public void writeText(ResponseWriter out, javax.el.ELContext ctx) throws javax.el.ELException, IOException
writeText
in class ELText
javax.el.ELException
IOException
Copyright © 2021 The Apache Software Foundation. All rights reserved.