Package de.espirit.firstspirit.agency
Enum Class RenderingAgent.RenderMode
- All Implemented Interfaces:
Serializable
,Comparable<RenderingAgent.RenderMode>
,Constable
- Enclosing interface:
- RenderingAgent
- Since:
- 5.2.1503
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDefault mode,#global.isPreview
deliversfalse
,#global.is("WEBEDIT"
deliversfalse
.Preview mode:#global.isPreview
deliverstrue
,#global.is("WEBEDIT")
deliversfalse
.This mode is intended for isolated section rendering with maximum compatibility.Content creator mode:#global.isPreview
deliverstrue
,#global.is("WEBEDIT")
deliverstrue
. -
Method Summary
Modifier and TypeMethodDescriptionstatic RenderingAgent.RenderMode
Returns the enum constant of this class with the specified name.static RenderingAgent.RenderMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PREVIEW
Preview mode:#global.isPreview
deliverstrue
,#global.is("WEBEDIT")
deliversfalse
.- Since:
- 5.2.1503
-
WEBEDIT
Content creator mode:#global.isPreview
deliverstrue
,#global.is("WEBEDIT")
deliverstrue
.- Since:
- 5.2.1503
-
DEFAULT
Default mode,#global.isPreview
deliversfalse
,#global.is("WEBEDIT"
deliversfalse
.- Since:
- 5.2.1503
-
STRICT
This mode is intended for isolated section rendering with maximum compatibility. If a section template relies on side effects of sections preceding the rendered section set this mode. Be aware that this mode is far more time-consuming than the default mode.- Since:
- 5.2.180704
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-