public interface WebContextResource extends WrappedResource
| Modifier and Type | Method and Description |
|---|---|
character |
getExclusiveId()
Get the EXCLUSIVE-ID attribute.
|
character |
getHtmlEndOfLine()
Get the HTML-END-OF-LINE attribute.
|
character |
getHtmlEndOfPage()
Get the HTML-END-OF-PAGE attribute.
|
character |
getHtmlFrameBegin()
Get the HTML-FRAME-BEGIN attribute.
|
character |
getHtmlHeaderBegin()
Get the HTML-HEADER-BEGIN attribute.
|
character |
getHtmlHeaderEnd()
Get the HTML-HEADER-END attribute.
|
character |
getHtmlTitleBegin()
Get the HTML-TITLE-BEGIN attribute.
|
character |
getHtmlTitleEnd()
Get the HTML-TITLE-END attribute.
|
void |
setHtmlEndOfLine(character val)
Set the HTML-END-OF-LINE attribute.
|
void |
setHtmlEndOfPage(character val)
Set the HTML-END-OF-PAGE attribute.
|
void |
setHtmlFrameBegin(character val)
Set the HTML-FRAME-BEGIN attribute.
|
character |
setHtmlFrameEnd()
Get the HTML-FRAME-END attribute.
|
void |
setHtmlFrameEnd(character val)
Set the HTML-FRAME-END attribute.
|
void |
setHtmlHeaderBegin(character val)
Set the HTML-HEADER-BEGIN attribute.
|
void |
setHtmlHeaderEnd(character val)
Set the HTML-HEADER-END attribute.
|
void |
setHtmlTitleBegin(character val)
Set the HTML-TITLE-BEGIN attribute.
|
void |
setHtmlTitleEnd(character val)
Set the HTML-TITLE-END attribute.
|
id, id, unknown, validcharacter getExclusiveId()
character getHtmlEndOfLine()
character getHtmlEndOfPage()
character getHtmlFrameBegin()
character setHtmlFrameEnd()
character getHtmlHeaderBegin()
character getHtmlHeaderEnd()
character getHtmlTitleBegin()
character getHtmlTitleEnd()
void setHtmlEndOfLine(character val)
val - The attribute's value.void setHtmlEndOfPage(character val)
val - The attribute's value.void setHtmlFrameBegin(character val)
val - The attribute's value.void setHtmlFrameEnd(character val)
val - The attribute's value.void setHtmlHeaderBegin(character val)
val - The attribute's value.void setHtmlHeaderEnd(character val)
val - The attribute's value.void setHtmlTitleBegin(character val)
val - The attribute's value.void setHtmlTitleEnd(character val)
val - The attribute's value.