Package net.anotheria.anosite.guard
Class DisableTargetGuard
- java.lang.Object
-
- net.anotheria.anosite.guard.DisableTargetGuard
-
- All Implemented Interfaces:
ConditionalGuard
public class DisableTargetGuard extends Object implements ConditionalGuard
- Author:
- Vlad Lukjanenko
-
-
Constructor Summary
Constructors Constructor Description DisableTargetGuard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisConditionFullfilled(net.anotheria.asg.data.DataObject object, jakarta.servlet.http.HttpServletRequest req)Returns true if the condition is fullfilled.
-
-
-
Method Detail
-
isConditionFullfilled
public boolean isConditionFullfilled(net.anotheria.asg.data.DataObject object, jakarta.servlet.http.HttpServletRequest req) throws net.anotheria.asg.exception.ASGRuntimeExceptionDescription copied from interface:ConditionalGuardReturns true if the condition is fullfilled.- Specified by:
isConditionFullfilledin interfaceConditionalGuard- Parameters:
object- TODO dummy comment for javadoc.req- TODO dummy comment for javadoc.- Returns:
- TODO dummy comment for javadoc.
- Throws:
net.anotheria.asg.exception.ASGRuntimeException- TODO dummy comment for javadoc.
-
-