Package net.anotheria.anosite.guard
Class InEditModeGuard
- java.lang.Object
-
- net.anotheria.anosite.guard.SessionFlagPresentGuard
-
- net.anotheria.anosite.guard.InEditModeGuard
-
- All Implemented Interfaces:
ConditionalGuard
- Direct Known Subclasses:
NotInEditModeGuard
public class InEditModeGuard extends SessionFlagPresentGuard
Only fulfilled if the cms is in (inline) edit mode.- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description InEditModeGuard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFlagName()Returns the name of the flag to look after.-
Methods inherited from class net.anotheria.anosite.guard.SessionFlagPresentGuard
getDesiredResult, isConditionFullfilled
-
-
-
-
Method Detail
-
getFlagName
protected String getFlagName()
Description copied from class:SessionFlagPresentGuardReturns the name of the flag to look after.- Specified by:
getFlagNamein classSessionFlagPresentGuard- Returns:
- flag name.
-
-