public class WebContextOps
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
WebContextOps.WorkArea
Stores global data relating to the state of the current context.
|
| Modifier and Type | Field and Description |
|---|---|
private static ContextLocal<WebContextOps.WorkArea> |
local
Stores context-local state variables.
|
| Constructor and Description |
|---|
WebContextOps() |
| Modifier and Type | Method and Description |
|---|---|
static handle |
asHandle()
Get the WEB-CONTEXT system handle.
|
static character |
getExclusiveId()
Get the EXCLUSIVE-ID attribute.
|
static character |
getHtmlEndOfLine()
Get the HTML-END-OF-LINE attribute.
|
static character |
getHtmlEndOfPage()
Get the HTML-END-OF-PAGE attribute.
|
static character |
getHtmlFrameBegin()
Get the HTML-FRAME-BEGIN attribute.
|
static character |
getHtmlHeaderBegin()
Get the HTML-TITLE-BEGIN attribute.
|
static character |
getHtmlHeaderEnd()
Get the HTML-TITLE-END attribute.
|
static character |
getHtmlTitleBegin()
Get the HTML-TITLE-BEGIN attribute.
|
static character |
getHtmlTitleEnd()
Get the HTML-TITLE-END attribute.
|
static java.lang.Long |
id()
Get this resource's ID.
|
static void |
id(long id)
Set this resource's ID.
|
static void |
readOnlyError(java.lang.String attribute)
API needed to implement read-only attribute assignment (a 4GL "feature").
|
static void |
readOnlyError(java.lang.String attribute,
java.lang.Object expr)
API needed to implement read-only attribute assignment (a 4GL "feature").
|
static character |
resourceType()
Get the type of its associated handle.
|
static void |
setHtmlEndOfLine(character val)
Set the HTML-END-OF-LINE attribute.
|
static void |
setHtmlEndOfPage(character val)
Set the HTML-END-OF-PAGE attribute.
|
static void |
setHtmlFrameBegin(character val)
Set the HTML-FRAME-BEGIN attribute.
|
static character |
setHtmlFrameEnd()
Get the HTML-FRAME-END attribute.
|
static void |
setHtmlFrameEnd(character val)
Set the HTML-FRAME-END attribute.
|
static void |
setHtmlHeaderBegin(character val)
Set the HTML-HEADER-BEGIN attribute.
|
static void |
setHtmlHeaderEnd(character val)
Set the HTML-HEADER-END attribute.
|
static void |
setHtmlTitleBegin(character val)
Set the HTML-TITLE-BEGIN attribute.
|
static void |
setHtmlTitleEnd(character val)
Set the HTML-TITLE-END attribute.
|
static boolean |
unknown()
Implementation for the
WrappedResource.unknown() API. |
static boolean |
valid()
Implementation for the
WrappedResource.valid() API. |
private static ContextLocal<WebContextOps.WorkArea> local
public static handle asHandle()
public static java.lang.Long id()
public static void id(long id)
This is a no-op for system handles.
id - The resource's ID.public static boolean valid()
WrappedResource.valid() API.public static boolean unknown()
WrappedResource.unknown() API.public static character resourceType()
public static void readOnlyError(java.lang.String attribute)
attribute - The attribute's name.handle.readOnlyError(handle, String)public static void readOnlyError(java.lang.String attribute,
java.lang.Object expr)
attribute - The attribute's name.expr - The value which is attempted to be assigned to the read-only attribute.handle.readOnlyError(handle, String, Object)public static character getExclusiveId()
public static character getHtmlEndOfLine()
public static character getHtmlEndOfPage()
public static character getHtmlFrameBegin()
public static character setHtmlFrameEnd()
public static character getHtmlHeaderBegin()
public static character getHtmlHeaderEnd()
public static character getHtmlTitleBegin()
public static character getHtmlTitleEnd()
public static void setHtmlEndOfLine(character val)
val - The attribute's value.public static void setHtmlEndOfPage(character val)
val - The attribute's value.public static void setHtmlFrameBegin(character val)
val - The attribute's value.public static void setHtmlFrameEnd(character val)
val - The attribute's value.public static void setHtmlHeaderBegin(character val)
val - The attribute's value.public static void setHtmlHeaderEnd(character val)
val - The attribute's value.public static void setHtmlTitleBegin(character val)
val - The attribute's value.public static void setHtmlTitleEnd(character val)
val - The attribute's value.