All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected boolean |
actionExist(String actionName) |
protected void |
addRecalculateActions(Vote vote,
String actions) |
protected Pattern |
getActionsPropertyPattern() |
ConfigurationService |
getConfigurationService() |
protected String |
getPropertyKey() |
protected Collection<UrlVoter.RecalculateConfig> |
getRecalculateConfiguration() |
protected Pattern |
getUrlPattern(String regex) |
protected Pattern |
getUrlPropertyPattern() |
Vote |
getVote(HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
matches(Pattern pattern,
String key) |
protected String |
matches(Pattern pattern,
String value,
int groupIndex) |
protected void |
setActions(String propertyKey,
String configId,
Map<String,UrlVoter.RecalculateConfig> configurationMap) |
void |
setConfigurationService(ConfigurationService configurationService) |
protected void |
setUrlPattern(String propertyKey,
String configId,
Map<String,UrlVoter.RecalculateConfig> configurationMap) |