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 SummaryFields Modifier and Type Field Description static StringPROCESS_AS_HTML5static StringPROCESS_AS_XHTMLstatic StringPROCESS_AS_XML
 - 
Constructor SummaryConstructors Constructor Description FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent)FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces)FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces, boolean html5Doctype)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FaceletsProcessingInstructionsgetProcessingInstructions(String processAs)static FaceletsProcessingInstructionsgetProcessingInstructions(String processAs, boolean compressSpaces)booleanisCompressSpaces()booleanisConsumeCDataSections()booleanisConsumeProcessingInstructions()booleanisConsumeXMLComments()booleanisConsumeXmlDeclaration()booleanisConsumeXmlDocType()booleanisEscapeInlineText()booleanisHtml5Doctype()booleanisSwallowCDataContent()
 
- 
- 
- 
Field Detail- 
PROCESS_AS_HTML5public static final String PROCESS_AS_HTML5 - See Also:
- Constant Field Values
 
 - 
PROCESS_AS_XHTMLpublic static final String PROCESS_AS_XHTML - See Also:
- Constant Field Values
 
 - 
PROCESS_AS_XMLpublic static final String PROCESS_AS_XML - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
FaceletsProcessingInstructionspublic FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent)
 - 
FaceletsProcessingInstructionspublic FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces)
 - 
FaceletsProcessingInstructionspublic FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces, boolean html5Doctype)
 
- 
 - 
Method Detail- 
getProcessingInstructionspublic static FaceletsProcessingInstructions getProcessingInstructions(String processAs) 
 - 
getProcessingInstructionspublic static FaceletsProcessingInstructions getProcessingInstructions(String processAs, boolean compressSpaces) 
 - 
isConsumeXmlDocTypepublic boolean isConsumeXmlDocType() 
 - 
isConsumeXmlDeclarationpublic boolean isConsumeXmlDeclaration() 
 - 
isConsumeProcessingInstructionspublic boolean isConsumeProcessingInstructions() 
 - 
isConsumeCDataSectionspublic boolean isConsumeCDataSections() 
 - 
isEscapeInlineTextpublic boolean isEscapeInlineText() 
 - 
isConsumeXMLCommentspublic boolean isConsumeXMLComments() 
 - 
isSwallowCDataContentpublic boolean isSwallowCDataContent() 
 - 
isCompressSpacespublic boolean isCompressSpaces() - Returns:
- the compressSpaces
 
 - 
isHtml5Doctypepublic boolean isHtml5Doctype() 
 
- 
 
-