| BrandAbstractGuard |
Abstract brand guard.
|
| CMSLogedInGuard |
This conditional guard is only fulfilled if there is a currentUserId attribute in the session indicating that there is a logged in user.
|
| CMSLoggedOutGuard |
This conditional guard is only fulfilled if there is NO currentUserId attribute in the session indicating that there is NO logged in user.
|
| ContextLanguageIsEnglishGuard |
This guard is fulfilled if the current context language is set to EN.
|
| ContextLanguageIsGermanGuard |
This guard is fulfilled if the current context language is set to DE.
|
| ContextLanguageIsGuard |
Basic class for guards based on anodoc context language.
|
| ContextLanguageIsRussianGuard |
This guard is fulfilled if the current context language is set to RU.
|
| DisableTargetGuard |
|
| GuardFactory |
A utility for guard instantiation.
|
| 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'.
|
| LanguageIsNotDEGuard |
Current language shouldn't be 'DE'.
|
| LanguageIsNotENGuard |
Current language shouldn't be 'EN'.
|
| NotInEditModeGuard |
|
| 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 |
|
| SystemIsNotCmsGuard |
|
| SystemIsNotDevGuard |
|
| SystemIsNotPreprodGuard |
|
| SystemIsNotPreviewGuard |
|
| SystemIsNotProdGuard |
|
| SystemIsNotTestingGuard |
|
| SystemIsPreprodGuard |
|
| SystemIsPreviewGuard |
|
| SystemIsProdGuard |
|
| SystemIsTestingGuard |
|