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. |
boolean |
isLiteral()
If it's literal text
|
java.lang.String |
toString() |
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) |
private final ELText[] txt
public ELTextComposite(ELText[] txt)
public void write(java.io.Writer out, javax.el.ELContext ctx) throws javax.el.ELException, java.io.IOException
ELText
public void writeText(javax.faces.context.ResponseWriter out, javax.el.ELContext ctx) throws javax.el.ELException, java.io.IOException
public java.lang.String toString(javax.el.ELContext ctx)
ELText
public boolean isLiteral()
ELText
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.