Class AssitedServiceAllAgentsPathRestriction
java.lang.Object
de.hybris.platform.assistedservicestorefront.restrictions.AssistedServicePathRestriction
de.hybris.platform.assistedservicestorefront.restrictions.AssitedServiceAllAgentsPathRestriction
Path restriction implementation for all Assisted Service Agents. Paths from provided list are restricted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(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
-
Constructor Details
-
AssitedServiceAllAgentsPathRestriction
public AssitedServiceAllAgentsPathRestriction()
-
-
Method Details
-
evaluate
public boolean evaluate(javax.servlet.http.HttpServletRequest httpservletrequest, javax.servlet.http.HttpServletResponse httpservletresponse) - Specified by:
evaluatein classAssistedServicePathRestriction
-