Class AssistedServiceSalesGroupPathRestriction
- java.lang.Object
-
- de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestriction
-
- de.hybris.platform.assistedservicestorefront.restrictions.AssistedServiceSalesGroupPathRestriction
-
public class AssistedServiceSalesGroupPathRestriction extends AssistedServicePathRestriction
Path restriction implementation for Assisted Service Sales Group. Paths from provided list are restricted.
-
-
Constructor Summary
Constructors Constructor Description AssistedServiceSalesGroupPathRestriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse)-
Methods inherited from class de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestriction
getAssistedServiceFacade, getPaths, getPreviousPage, getUserService, matches, pathMatches, sendRedirectToPreviousPage, setAssistedServiceFacade, setPaths, setUserService
-
-
-
-
Method Detail
-
evaluate
public boolean evaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse)- Specified by:
evaluatein classAssistedServicePathRestriction
-
-