org.apache.myfaces.view.facelets.compiler
Class XMLInstruction
java.lang.Object
org.apache.myfaces.view.facelets.compiler.XMLInstruction
public class XMLInstruction
- extends Object
Method Summary |
org.apache.myfaces.view.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 |
XMLInstruction
public XMLInstruction(ELText text)
write
public void write(FacesContext context)
throws IOException
- Throws:
IOException
apply
public org.apache.myfaces.view.facelets.compiler.Instruction apply(javax.el.ExpressionFactory factory,
javax.el.ELContext ctx)
isLiteral
public boolean isLiteral()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.