Class AssistedServicePathRestrictionEvaluator
- java.lang.Object
-
- de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestrictionEvaluator
-
public class AssistedServicePathRestrictionEvaluator extends java.lang.Object
Evaluates list of provided path restrictions.
-
-
Constructor Summary
Constructors Constructor Description AssistedServicePathRestrictionEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse)
protected java.util.List<AssistedServicePathRestriction>
getRestrictions()
void
setRestrictions(java.util.List<AssistedServicePathRestriction> restrictions)
-
-
-
Method Detail
-
evaluate
public boolean evaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse)
-
getRestrictions
protected java.util.List<AssistedServicePathRestriction> getRestrictions()
- Returns:
- the restrictions
-
setRestrictions
public void setRestrictions(java.util.List<AssistedServicePathRestriction> restrictions)
- Parameters:
restrictions
- the restrictions to set
-
-