Class AssitedServiceAllAgentsPathRestriction
- java.lang.Object
-
- de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestriction
-
- de.hybris.platform.assistedservicestorefront.restrictions.AssitedServiceAllAgentsPathRestriction
-
public class AssitedServiceAllAgentsPathRestriction extends AssistedServicePathRestriction
Path restriction implementation for all Assisted Service Agents. Paths from provided list are restricted.
-
-
Constructor Summary
Constructors Constructor Description AssitedServiceAllAgentsPathRestriction()
-
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)
-
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:
evaluate
in classAssistedServicePathRestriction
-
-