Package com.sun.faces.facelets.compiler
Class XMLInstruction
java.lang.Object
com.sun.faces.facelets.compiler.XMLInstruction
public class XMLInstruction extends Object
-
Constructor Summary
Constructors Constructor Description XMLInstruction(ELText text) -
Method Summary
Modifier and Type Method Description com.sun.faces.facelets.compiler.Instructionapply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx)booleanisLiteral()voidwrite(FacesContext context)
-
Constructor Details
-
Method Details
-
write
- Throws:
IOException
-
apply
public com.sun.faces.facelets.compiler.Instruction apply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) -
isLiteral
public boolean isLiteral()
-