Class ConfigurableUrlVoter

java.lang.Object
de.hybris.platform.personalizationservices.voters.impl.AbstractVoter
de.hybris.platform.personalizationservices.voters.impl.ConfigurableUrlVoter
All Implemented Interfaces:
Voter, org.springframework.core.Ordered, org.springframework.integration.context.Orderable

public class ConfigurableUrlVoter extends AbstractVoter
  • Field Details

    • CONFIGURABLE_URL_PRECEDENCE

      public static final int CONFIGURABLE_URL_PRECEDENCE
      See Also:
  • Constructor Details

    • ConfigurableUrlVoter

      public ConfigurableUrlVoter()
    • ConfigurableUrlVoter

      public ConfigurableUrlVoter(int order)
  • Method Details

    • getVote

      public Vote getVote(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    • matches

      protected boolean matches(String regexp, String key)
    • addRecalculateActions

      protected void addRecalculateActions(Vote vote, Collection<String> actions)
    • getUrlPattern

      protected Pattern getUrlPattern(String regex)
    • compilePattern

      protected Pattern compilePattern(String regex)
    • actionExist

      protected boolean actionExist(String actionName)
    • getCxConfigurationService

      protected CxConfigurationService getCxConfigurationService()
    • setCxConfigurationService

      public void setCxConfigurationService(CxConfigurationService cxConfigurationService)