|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLExportCommandsAttributeNames
Names of the attributes used by the Export to HTML commands to hold HTML styles and style sheets
ExportSelectorCommand
,
ExportToHTMLCommand
,
OLAPExportToHTMLCommand
Field Summary | |
---|---|
static java.lang.String |
CSS_INFO
Name of the dynamic attribute of an Export to HTML command used to hold the style sheet definitions to be included when exporting "cssInfo" |
static java.lang.String |
CSS_MEDIA_LIST
Name of the attribute used to hold the list of media of the style sheets to be included when exporting. |
static java.lang.String |
CSS_MIME_TYPE
Name of the attribute used to hold the MIME type of the style sheets to be included when exporting. |
static java.lang.String |
CSS_TITLE
Name of the attribute used to hold the title of the style sheets to be included when exporting. |
static java.lang.String |
CSS_URL
Name of the attribute used to hold the URL of the style sheets to be included when exporting. |
static java.lang.String |
ENCODING
The encoding used to encode/decode the values passed to the ExportSelectorCommand through the Request. |
static java.lang.String |
MISSING_VALUE
The value to pass to the ExportSelectorCommand through the Request for the required parameters when they have no specific value. |
static java.lang.String |
QUERY_CONNECTOR
Name of the optional dynamic attribute of a relational Export to HTML command used to hold the QueryConnector object to be used when exporting the data. |
static java.lang.String |
STYLE_DEFINITIONS
Name of the dynamic attribute of an Export to HTML command used to hold the inline style definitions to be included when exporting "styleDefinitions" |
static java.lang.String |
USE_COMPONENT_LEVEL_DUAL_RESULT_SET_POLICY
Name of the optional dynamic attribute of a relational Export to HTML command used to hold either a Boolean.TRUE or Boolean.FALSE. |
static java.lang.String |
VIEW_COMPONENT
Name of the dynamic attribute of an Export to HTML command used to hold the html viewer to be exported. |
Field Detail |
---|
static final java.lang.String CSS_URL
This name will be prepended by the ActionProvider prefix (e.g. AP1_cssURL) and will be passed to the ExportSelectorCommand through the Request when the form is submitted.
The value of this parameter is a string that contains the URL (e.g. styles/sasComponents.css) of the style sheets used by the window that contains the viewer to export.
static final java.lang.String CSS_MIME_TYPE
This name will be prepended by the ActionProvider prefix (e.g. AP1_cssMIMEType) and will be passed to the ExportSelectorCommand through the Request when the form is submitted.
The value of this parameter is a string that contains the MIME type (e.g. text/css) of the style sheets used by the window that contains the viewer to export.
static final java.lang.String CSS_MEDIA_LIST
This name will be prepended by the ActionProvider prefix (e.g. AP1_cssMediaList) and will be passed to the ExportSelectorCommand through the Request when the form is submitted.
The value of this parameter is a string that contains the media list (e.g. screen) of the style sheets used by the window that contains the viewer to export.
static final java.lang.String CSS_TITLE
This name will be prepended by the ActionProvider prefix (e.g. AP1_cssTitle) and will be passed to the ExportSelectorCommand through the Request when the form is submitted.
The value of this parameter is a string that contains the title of the style sheets used by the window that contains the viewer to export.
static final java.lang.String CSS_INFO
ExportToHTMLCommand
,
OLAPExportToHTMLCommand
,
Constant Field Valuesstatic final java.lang.String STYLE_DEFINITIONS
ExportToHTMLCommand
,
OLAPExportToHTMLCommand
,
Constant Field Valuesstatic final java.lang.String VIEW_COMPONENT
ExportToHTMLCommand
,
OLAPExportToHTMLCommand
,
ExportSelectorCommand
,
Constant Field Valuesstatic final java.lang.String ENCODING
static final java.lang.String MISSING_VALUE
ExportSelectorCommand
,
Constant Field Valuesstatic final java.lang.String QUERY_CONNECTOR
ExportToHTMLCommand
,
Constant Field Valuesstatic final java.lang.String USE_COMPONENT_LEVEL_DUAL_RESULT_SET_POLICY
ExportToHTMLCommand
,
Constant Field Values
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |