com.sun.faces.facelets.compiler
final class CommentInstruction extends java.lang.Object implements Instruction
Constructor and Description |
---|
CommentInstruction(ELText text) |
Modifier and Type | Method and Description |
---|---|
Instruction |
apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx) |
boolean |
isLiteral() |
void |
write(javax.faces.context.FacesContext context) |
private final ELText text
public CommentInstruction(ELText text)
public void write(javax.faces.context.FacesContext context) throws java.io.IOException
write
in interface Instruction
java.io.IOException
public Instruction apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
apply
in interface Instruction
public boolean isLiteral()
isLiteral
in interface Instruction
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.