|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.dataselectors.export.HTMLExportCSSInfo
public class HTMLExportCSSInfo
Holds the information needed to declare a CSS style sheet into an HTML stream during the exporting.
Field Summary | |
---|---|
protected java.lang.String |
mediaList
The list of the media types for which the style sheet should be applied |
protected java.lang.String |
title
The title of the CSS style sheet |
protected java.lang.String |
type
The MIME type of the CSS style sheet |
protected java.lang.String |
url
The URL of the CSS style sheet. |
Fields inherited from interface com.sas.dataselectors.export.HTMLExportCSSInfoInterface |
---|
DEFAULT_MIME_TYPE, DEFAULT_URL |
Constructor Summary | |
---|---|
HTMLExportCSSInfo()
Creates a new HTMLExportCSSInfo object setting the attributes to their default values |
Method Summary | |
---|---|
java.lang.String |
getCSSMediaList()
Returns the list of the media types for which the style sheet should be applied. |
java.lang.String |
getCSSMIMEType()
Returns the MIME type of the CSS style sheet. |
java.lang.String |
getCSSTitle()
Returns the title of the CSS style sheet. |
java.lang.String |
getCSSURL()
Returns the URL of the CSS style sheet. |
void |
setCSSMediaList(java.lang.String mediaList)
Sets the list of the media types for which the style sheet should be applied. |
void |
setCSSMIMEType(java.lang.String type)
Sets the MIME type of the CSS style sheet. |
void |
setCSSTitle(java.lang.String title)
Sets the title of the CSS style sheet. |
void |
setCSSURL(java.lang.String url)
Sets the URL of the CSS style sheet. |
Field Detail |
---|
protected java.lang.String url
protected java.lang.String type
protected java.lang.String title
protected java.lang.String mediaList
Constructor Detail |
---|
public HTMLExportCSSInfo()
Method Detail |
---|
public void setCSSURL(java.lang.String url)
HTMLExportCSSInfoInterface
setCSSURL
in interface HTMLExportCSSInfoInterface
url
- The URL of the style sheet.public java.lang.String getCSSURL()
HTMLExportCSSInfoInterface
getCSSURL
in interface HTMLExportCSSInfoInterface
HTMLExportCSSInfoInterface.DEFAULT_URL
.public void setCSSMIMEType(java.lang.String type)
HTMLExportCSSInfoInterface
setCSSMIMEType
in interface HTMLExportCSSInfoInterface
type
- The MIME type of the CSS style sheet.public java.lang.String getCSSMIMEType()
HTMLExportCSSInfoInterface
getCSSMIMEType
in interface HTMLExportCSSInfoInterface
HTMLExportCSSInfoInterface.DEFAULT_MIME_TYPE
.public void setCSSTitle(java.lang.String title)
HTMLExportCSSInfoInterface
setCSSTitle
in interface HTMLExportCSSInfoInterface
title
- The title of the CSS style sheet.public java.lang.String getCSSTitle()
HTMLExportCSSInfoInterface
getCSSTitle
in interface HTMLExportCSSInfoInterface
HTMLExportCommandsAttributeNames.MISSING_VALUE
.public void setCSSMediaList(java.lang.String mediaList)
HTMLExportCSSInfoInterface
setCSSMediaList
in interface HTMLExportCSSInfoInterface
mediaList
- The list of the media types for which the style sheet should be applied.public java.lang.String getCSSMediaList()
HTMLExportCSSInfoInterface
getCSSMediaList
in interface HTMLExportCSSInfoInterface
HTMLExportCommandsAttributeNames.MISSING_VALUE
.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |