public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DOTNET_CODE_STYLE
Property for choosing the style of DOTNET code to generate.
|
static String |
DOTNET_CONTROLS_CODE
Value for DOTNET_CODE_STYLE property to select code generation that uses Server Controls.
|
static String |
DOTNET_CONTROLS_CODE_STYLE
For backward compatibility to webforms specifically.
|
static Map<CharSequence,CharSequence> |
HTML_TO_UNICODE
A Map<CharSequence, CharSequence> for unescaping
HTML characters to their
ISO-8859-1
symbol equivalents.
|
static String |
JSP_CODE_STYLE
Property for choosing the style of JSP code to generate.
|
static String |
JSP_TAGS_CODE_STYLE
Value for JSP_CODE_STYLE property to select code generation that uses Custom Tags.
|
static String |
LANGUAGE_DOTNET
Dotnet.
|
static String |
LANGUAGE_JSP
JSP.
|
static String |
LANGUAGE_NONE
Must be explicitly set if it is desired that default tags generate no code at all.
|
static String |
LANGUAGE_PARAMETER
TCDL target language.
|
static String |
LANGUAGE_REL
Rendering engine language.
|
static String |
PAGE_LANGUAGE_PARAMETER
Property to specify language to be used for an page.
|
static String |
PROPERTY_CODE_MARKER_END
TransformContext Property name for the end code marker.
|
static String |
PROPERTY_CODE_MARKER_START
TransformContext Property name for the start code marker.
|
static String |
PROPERTY_ITEM_URI
TransformContext Property name for the item that is being transformed.
|
static String |
SECTION_DECLARATION
Declaration of variables on the page.
|
static String |
SECTION_DIRECTIVES
Directives other than imports.
|
static String |
SECTION_FINALIZATION
Cleanup of a page.
|
static String |
SECTION_FIRSTLINE
FirstLine section for backward compatibility.
|
static String |
SECTION_IMPORTS
Import directives.
|
static String |
SECTION_INITIALIZATION
Initialization of variables.
|
public static final String LANGUAGE_PARAMETER
public static final String PAGE_LANGUAGE_PARAMETER
public static final String DOTNET_CONTROLS_CODE
public static final String DOTNET_CONTROLS_CODE_STYLE
public static final String LANGUAGE_JSP
public static final String LANGUAGE_DOTNET
public static final String LANGUAGE_REL
public static final String LANGUAGE_NONE
public static final String DOTNET_CODE_STYLE
public static final String JSP_CODE_STYLE
public static final String JSP_TAGS_CODE_STYLE
public static final String SECTION_FIRSTLINE
public static final String SECTION_DIRECTIVES
public static final String SECTION_IMPORTS
public static final String SECTION_DECLARATION
public static final String SECTION_INITIALIZATION
public static final String SECTION_FINALIZATION
public static final String PROPERTY_ITEM_URI
public static final String PROPERTY_CODE_MARKER_START
public static final String PROPERTY_CODE_MARKER_END
public static final Map<CharSequence,CharSequence> HTML_TO_UNICODE
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries