Class FaceletsProcessingInstructions

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

public final class FaceletsProcessingInstructions extends Object
Since:
2.1.0
Author:
Leonardo Uribe
  • Field Details

  • Constructor Details

    • FaceletsProcessingInstructions

      public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent)
    • FaceletsProcessingInstructions

      public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces)
    • FaceletsProcessingInstructions

      public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces, boolean html5Doctype)
  • Method Details

    • getProcessingInstructions

      public static FaceletsProcessingInstructions getProcessingInstructions(String processAs)
    • getProcessingInstructions

      public static FaceletsProcessingInstructions getProcessingInstructions(String processAs, boolean compressSpaces)
    • isConsumeXmlDocType

      public boolean isConsumeXmlDocType()
    • isConsumeXmlDeclaration

      public boolean isConsumeXmlDeclaration()
    • isConsumeProcessingInstructions

      public boolean isConsumeProcessingInstructions()
    • isConsumeCDataSections

      public boolean isConsumeCDataSections()
    • isEscapeInlineText

      public boolean isEscapeInlineText()
    • isConsumeXMLComments

      public boolean isConsumeXMLComments()
    • isSwallowCDataContent

      public boolean isSwallowCDataContent()
    • isCompressSpaces

      public boolean isCompressSpaces()
      Returns:
      the compressSpaces
    • isHtml5Doctype

      public boolean isHtml5Doctype()