Class XMLInstruction
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.compiler.XMLInstruction
 
- 
 public class XMLInstruction extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description XMLInstruction(ELText text)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.myfaces.view.facelets.compiler.Instructionapply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx)booleanisLiteral()voidwrite(FacesContext context)
 
- 
- 
- 
Constructor Detail- 
XMLInstructionpublic XMLInstruction(ELText text) 
 
- 
 - 
Method Detail- 
writepublic void write(FacesContext context) throws IOException - Throws:
- IOException
 
 - 
applypublic org.apache.myfaces.view.facelets.compiler.Instruction apply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx)
 - 
isLiteralpublic boolean isLiteral() 
 
- 
 
-