Modifier and Type | Field and Description |
---|---|
private javax.el.ValueExpression |
ve |
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
|
java.lang.String |
toString(javax.el.ELContext ctx)
Evaluates the ELText to a String
|
void |
write(java.io.Writer out,
javax.el.ELContext ctx)
Allow this instance to write to the passed Writer, given the ELContext
state
|
void |
writeText(javax.faces.context.ResponseWriter out,
javax.el.ELContext ctx) |
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(java.io.Writer out, javax.el.ELContext ctx) throws javax.el.ELException, java.io.IOException
ELText
public java.lang.String toString(javax.el.ELContext ctx) throws javax.el.ELException
ELText
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.