public class AnonymousVoter extends AbstractVoter
| Modifier and Type | Field and Description |
|---|---|
static int |
PRECEDENCE |
| Constructor and Description |
|---|
AnonymousVoter() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationService |
getConfigurationService() |
UserService |
getUserService() |
Vote |
getVote(HttpServletRequest request,
HttpServletResponse response) |
protected boolean |
isEnabled() |
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setUserService(UserService userService) |
getDefaultVote, getOrder, setOrderpublic static final int PRECEDENCE
public Vote getVote(HttpServletRequest request, HttpServletResponse response)
protected boolean isEnabled()
public void setConfigurationService(ConfigurationService configurationService)
public ConfigurationService getConfigurationService()
public void setUserService(UserService userService)
public UserService getUserService()
Copyright © 2017 SAP SE. All Rights Reserved.