Class DoctypeInstruction


  • public class DoctypeInstruction
    extends Object
    Author:
    Leonardo Uribe
    • Constructor Detail

      • DoctypeInstruction

        public DoctypeInstruction​(String name,
                                  String publicId,
                                  String systemId,
                                  boolean html5Doctype)
    • Method Detail

      • apply

        public org.apache.myfaces.view.facelets.compiler.Instruction apply​(jakarta.el.ExpressionFactory factory,
                                                                           jakarta.el.ELContext ctx)
      • isLiteral

        public boolean isLiteral()