Class DoctypeInstruction
java.lang.Object
org.apache.myfaces.view.facelets.compiler.DoctypeInstruction
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructorsConstructorDescriptionDoctypeInstruction(String name, String publicId, String systemId, boolean html5Doctype) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.myfaces.view.facelets.compiler.Instructionapply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) booleanvoidwrite(FacesContext context) 
- 
Constructor Details- 
DoctypeInstruction
 
- 
- 
Method Details- 
write- Throws:
- IOException
 
- 
applypublic org.apache.myfaces.view.facelets.compiler.Instruction apply(jakarta.el.ExpressionFactory factory, jakarta.el.ELContext ctx) 
- 
isLiteralpublic boolean isLiteral()
 
-