public final class FaceletsProcessingInstructions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROCESS_AS_JSPX |
static String |
PROCESS_AS_XHTML |
static String |
PROCESS_AS_XML |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
static FaceletsProcessingInstructions |
getProcessingInstructions(String processAs) |
static FaceletsProcessingInstructions |
getProcessingInstructions(String processAs,
boolean compressSpaces) |
boolean |
isCompressSpaces() |
boolean |
isConsumeCDataSections() |
boolean |
isConsumeProcessingInstructions() |
boolean |
isConsumeXMLComments() |
boolean |
isConsumeXmlDeclaration() |
boolean |
isConsumeXmlDocType() |
boolean |
isEscapeInlineText() |
boolean |
isSwallowCDataContent() |
public static final String PROCESS_AS_JSPX
public static final String PROCESS_AS_XHTML
public static final String PROCESS_AS_XML
public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent)
public FaceletsProcessingInstructions(boolean consumeXmlDocType, boolean consumeXmlDeclaration, boolean consumeProcessingInstructions, boolean consumeCDataSections, boolean escapeInlineText, boolean consumeXMLComments, boolean swallowCDataContent, boolean compressSpaces)
public static final FaceletsProcessingInstructions getProcessingInstructions(String processAs)
public static final FaceletsProcessingInstructions getProcessingInstructions(String processAs, boolean compressSpaces)
public boolean isConsumeXmlDocType()
public boolean isConsumeXmlDeclaration()
public boolean isConsumeProcessingInstructions()
public boolean isConsumeCDataSections()
public boolean isEscapeInlineText()
public boolean isConsumeXMLComments()
public boolean isSwallowCDataContent()
public boolean isCompressSpaces()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.