Class AssistedServicePathRestrictionEvaluator
- java.lang.Object
-
- de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestrictionEvaluator
-
public class AssistedServicePathRestrictionEvaluator extends java.lang.ObjectEvaluates list of provided path restrictions.
-
-
Constructor Summary
Constructors Constructor Description AssistedServicePathRestrictionEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse)protected java.util.List<AssistedServicePathRestriction>getRestrictions()voidsetRestrictions(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
-
-