Package lumis.portal.monitor
Class MonitorFields.WebResource.Rendered
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.WebResource.Rendered
-
- Enclosing class:
- MonitorFields.WebResource
@StableMinor(version="14.0", sinceVersion="9.0") public static final class MonitorFields.WebResource.Rendered extends Object
The rendered web resource related fields.- Since:
- 9.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_ID
Identifier of the web resource rendered field.static String
ID
Page name field.static String
PATH
Page name field.static String
RUNTIME_INTERFACE_ID
Runtime interface identifier field.static String
TITLE
Page name field.
-
Constructor Summary
Constructors Constructor Description Rendered()
-
-
-
Field Detail
-
FIELD_ID
public static final String FIELD_ID
Identifier of the web resource rendered field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
PATH
public static final String PATH
Page name field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
ID
public static final String ID
Page name field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
TITLE
public static final String TITLE
Page name field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
RUNTIME_INTERFACE_ID
public static final String RUNTIME_INTERFACE_ID
Runtime interface identifier field.- Since:
- 9.0.0
- See Also:
- Constant Field Values
-
-