Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.compiler
Class CommentInstruction  view CommentInstruction download CommentInstruction.java

java.lang.Object
  extended bycom.sun.facelets.compiler.CommentInstruction
All Implemented Interfaces:
Instruction

final class CommentInstruction
extends java.lang.Object
implements Instruction


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:
write in interface Instruction

apply

public Instruction apply(ExpressionFactory factory,
                         ELContext ctx)
Specified by:
apply in interface Instruction

isLiteral

public boolean isLiteral()
Specified by:
isLiteral in interface Instruction