| CMSLogedInGuard |
This conditional guard is only fulfilled if there is a currentUserId attribute in the session indicating that there is a logged in user.
|
| ConditionalGuard |
A conditional guard guards any object and returns true only if the predefined condition is true in the objects context.
|
| ContextLanguageIsGuard |
Basic class for guards based on anodoc context language.
|
| InEditModeGuard |
Only fulfilled if the cms is in (inline) edit mode.
|
| LanguageAbstractGuard |
Abstract language guard.
|
| LanguageIsDEGuard |
Current language should be 'DE'.
|
| LanguageIsENGuard |
Current language should be 'EN'.
|
| SessionFlagPresentGuard |
A guard which only returns true if the desired attribute is in session.
|
| SystemEnvironmentAbstractGuard |
Abstract class that provides common methods and String constants for
all derived guards.
|
| SystemIsCmsGuard |
|
| SystemIsDevGuard |
|
| SystemIsPreprodGuard |
|
| SystemIsPreviewGuard |
|
| SystemIsProdGuard |
|
| SystemIsTestingGuard |
|