Class DoctypeInstruction

java.lang.Object
org.apache.myfaces.view.facelets.compiler.DoctypeInstruction

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

    • DoctypeInstruction

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

    • write

      public void write(FacesContext context) throws IOException
      Throws:
      IOException
    • apply

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

      public boolean isLiteral()