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