com.sun.facelets.compiler
Class XMLInstruction

java.lang.Object
  extended by com.sun.facelets.compiler.XMLInstruction

public class XMLInstruction
extends Object


Constructor Summary
XMLInstruction(ELText text)
           
 
Method Summary
 com.sun.facelets.compiler.Instruction apply(javax.el.ExpressionFactory factory, javax.el.ELContext ctx)
           
 boolean isLiteral()
           
 void write(FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLInstruction

public XMLInstruction(ELText text)
Method Detail

write

public void write(FacesContext context)
           throws IOException
Throws:
IOException

apply

public com.sun.facelets.compiler.Instruction apply(javax.el.ExpressionFactory factory,
                                                   javax.el.ELContext ctx)

isLiteral

public boolean isLiteral()


Copyright © 2005 All Rights Reserved.