|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ compiler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.compiler
Class TextInstruction

java.lang.Objectcom.sun.facelets.compiler.TextInstruction
- All Implemented Interfaces:
- Instruction
- final class TextInstruction
- extends java.lang.Object
- implements Instruction
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
alias
|
private com.sun.facelets.el.ELText |
txt
|
| Constructor Summary | |
TextInstruction(java.lang.String alias,
com.sun.facelets.el.ELText txt)
|
|
| Method Summary | |
Instruction |
apply(ExpressionFactory factory,
ELContext ctx)
|
boolean |
isLiteral()
|
void |
write(javax.faces.context.FacesContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
txt
private final com.sun.facelets.el.ELText txt
alias
private final java.lang.String alias
| Constructor Detail |
TextInstruction
public TextInstruction(java.lang.String alias, com.sun.facelets.el.ELText txt)
| Method Detail |
write
public void write(javax.faces.context.FacesContext context) throws java.io.IOException
- Specified by:
writein interfaceInstruction
apply
public Instruction apply(ExpressionFactory factory, ELContext ctx)
- Specified by:
applyin interfaceInstruction
isLiteral
public boolean isLiteral()
- Specified by:
isLiteralin interfaceInstruction
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ compiler overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.facelets.compiler.TextInstruction