|
|||||||||
| 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 CommentInstruction

java.lang.Objectcom.sun.facelets.compiler.CommentInstruction
- All Implemented Interfaces:
- Instruction
- final class CommentInstruction
- extends java.lang.Object
- implements Instruction
- extends java.lang.Object
| Field Summary | |
private com.sun.facelets.el.ELText |
text
|
| Constructor Summary | |
CommentInstruction(com.sun.facelets.el.ELText text)
|
|
| 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 |
text
private final com.sun.facelets.el.ELText text
| Constructor Detail |
CommentInstruction
public CommentInstruction(com.sun.facelets.el.ELText text)
| 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.CommentInstruction