org.apache.myfaces.view.facelets.compiler
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
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESS_AS_HTML5
public static final String PROCESS_AS_HTML5
- See Also:
- Constant Field Values
PROCESS_AS_JSPX
public static final String PROCESS_AS_JSPX
- See Also:
- Constant Field Values
PROCESS_AS_XHTML
public static final String PROCESS_AS_XHTML
- See Also:
- Constant Field Values
PROCESS_AS_XML
public static final String PROCESS_AS_XML
- See Also:
- Constant Field Values
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)
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()
Copyright © 2014 The Apache Software Foundation. All rights reserved.