Class AssistedServicePathRestrictionEvaluator
java.lang.Object
de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestrictionEvaluator
Evaluates list of provided path restrictions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse) protected List<AssistedServicePathRestriction>voidsetRestrictions(List<AssistedServicePathRestriction> restrictions)
-
Constructor Details
-
AssistedServicePathRestrictionEvaluator
public AssistedServicePathRestrictionEvaluator()
-
-
Method Details
-
evaluate
public boolean evaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse) -
getRestrictions
- Returns:
- the restrictions
-
setRestrictions
- Parameters:
restrictions- the restrictions to set
-