class |
BrandAbstractGuard |
Abstract brand guard.
|
class |
CMSLogedInGuard |
This conditional guard is only fulfilled if there is a currentUserId attribute in the session indicating that there is a logged in user.
|
class |
CMSLoggedOutGuard |
This conditional guard is only fulfilled if there is NO currentUserId attribute in the session indicating that there is NO logged in user.
|
class |
ContextLanguageIsEnglishGuard |
This guard is fulfilled if the current context language is set to EN.
|
class |
ContextLanguageIsGermanGuard |
This guard is fulfilled if the current context language is set to DE.
|
class |
ContextLanguageIsGuard |
Basic class for guards based on anodoc context language.
|
class |
ContextLanguageIsRussianGuard |
This guard is fulfilled if the current context language is set to RU.
|
class |
DisableTargetGuard |
|
class |
InEditModeGuard |
Only fulfilled if the cms is in (inline) edit mode.
|
class |
LanguageAbstractGuard |
Abstract language guard.
|
class |
LanguageIsDEGuard |
Current language should be 'DE'.
|
class |
LanguageIsENGuard |
Current language should be 'EN'.
|
class |
LanguageIsNotDEGuard |
Current language shouldn't be 'DE'.
|
class |
LanguageIsNotENGuard |
Current language shouldn't be 'EN'.
|
class |
NotInEditModeGuard |
|
class |
SessionFlagPresentGuard |
A guard which only returns true if the desired attribute is in session.
|
class |
SystemEnvironmentAbstractGuard |
Abstract class that provides common methods and String constants for
all derived guards.
|
class |
SystemIsCmsGuard |
|
class |
SystemIsDevGuard |
|
class |
SystemIsNotCmsGuard |
|
class |
SystemIsNotDevGuard |
|
class |
SystemIsNotPreprodGuard |
|
class |
SystemIsNotPreviewGuard |
|
class |
SystemIsNotProdGuard |
|
class |
SystemIsNotTestingGuard |
|
class |
SystemIsPreprodGuard |
|
class |
SystemIsPreviewGuard |
|
class |
SystemIsProdGuard |
|
class |
SystemIsTestingGuard |
|