Package lumis.portal.monitor
Class MonitorFields.WebResource.Rendered
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.WebResource.Rendered
-
- Enclosing class:
- MonitorFields.WebResource
@StableMinor(version="16.1", sinceVersion="9.0") public static final class MonitorFields.WebResource.Rendered extends java.lang.Object
The rendered web resource related fields.- Since:
- 9.0.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FIELD_ID
Identifier of the web resource rendered field.static java.lang.String
ID
Page name field.static java.lang.String
PATH
Page name field.static java.lang.String
RUNTIME_INTERFACE_ID
Runtime interface identifier field.static java.lang.String
TITLE
Page name field.
-
Constructor Summary
Constructors Constructor Description Rendered()
-
-
-
Field Detail
-
FIELD_ID
public static final java.lang.String FIELD_ID
Identifier of the web resource rendered field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
PATH
public static final java.lang.String PATH
Page name field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
Page name field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
Page name field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
RUNTIME_INTERFACE_ID
public static final java.lang.String RUNTIME_INTERFACE_ID
Runtime interface identifier field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
-