Class AssistedServicePathRestrictionEvaluator

java.lang.Object
de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestrictionEvaluator

public class AssistedServicePathRestrictionEvaluator extends Object
Evaluates list of provided path restrictions.
  • Constructor Details

    • AssistedServicePathRestrictionEvaluator

      public AssistedServicePathRestrictionEvaluator()
  • Method Details

    • evaluate

      public boolean evaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse)
    • getRestrictions

      protected List<AssistedServicePathRestriction> getRestrictions()
      Returns:
      the restrictions
    • setRestrictions

      public void setRestrictions(List<AssistedServicePathRestriction> restrictions)
      Parameters:
      restrictions - the restrictions to set