public final class Encoders
extends java.lang.Object
All encoders returned by the factory are thread-safe.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CDATA
Name of CDATA context.
|
static java.lang.String |
CSS_STRING
Name of CSS string context.
|
static java.lang.String |
CSS_URL
Name of CSS URL context.
|
static java.lang.String |
HTML
Name of HTML general context.
|
static java.lang.String |
HTML_ATTRIBUTE
Name of HTML attribute
context.
|
static java.lang.String |
HTML_CONTENT
Name of HTML content context.
|
static java.lang.String |
HTML_UNQUOTED_ATTRIBUTE
Name of
unquoted HTML attribute
context.
|
static java.lang.String |
JAVA
Name of Java String context.
|
static java.lang.String |
JAVASCRIPT
Name of JavaScript general
context.
|
static java.lang.String |
JAVASCRIPT_ATTRIBUTE
Name of
JavaScript attribute
context.
|
static java.lang.String |
JAVASCRIPT_BLOCK
Name of JavaScript block
context.
|
static java.lang.String |
JAVASCRIPT_SOURCE
Name of JavaScript source
context.
|
static java.lang.String |
URI
Name of URI context.
|
static java.lang.String |
URI_COMPONENT
Name of URI component
context.
|
static java.lang.String |
XML
Name of XML general context.
|
static java.lang.String |
XML_ATTRIBUTE
Name of XML attribute
context.
|
static java.lang.String |
XML_COMMENT
Name of XML comment context.
|
static java.lang.String |
XML_CONTENT
Name of XML content context.
|
Modifier and Type | Method and Description |
---|---|
static Encoder |
forName(java.lang.String contextName)
Returns a new instance of an Encoder for the specified context.
|
public static final java.lang.String HTML
public static final java.lang.String HTML_CONTENT
public static final java.lang.String HTML_ATTRIBUTE
public static final java.lang.String HTML_UNQUOTED_ATTRIBUTE
public static final java.lang.String XML
public static final java.lang.String XML_CONTENT
public static final java.lang.String XML_ATTRIBUTE
public static final java.lang.String XML_COMMENT
public static final java.lang.String CDATA
public static final java.lang.String CSS_STRING
public static final java.lang.String CSS_URL
public static final java.lang.String JAVA
public static final java.lang.String JAVASCRIPT
public static final java.lang.String JAVASCRIPT_ATTRIBUTE
public static final java.lang.String JAVASCRIPT_BLOCK
public static final java.lang.String JAVASCRIPT_SOURCE
public static final java.lang.String URI
public static final java.lang.String URI_COMPONENT
public static Encoder forName(java.lang.String contextName) throws java.lang.NullPointerException, UnsupportedContextException
contextName
- the context name (one of the String constants defined
in this class)java.lang.NullPointerException
- if contextName
is nullUnsupportedContextException
- if contextName
is not
recognized.Copyright © 2010 - 2023 Adobe. All Rights Reserved