public abstract class ModuleEntryPoint extends MenuEntry implements org.springframework.web.servlet.mvc.Controller, org.springframework.beans.factory.BeanNameAware
| Modifier and Type | Field and Description |
|---|---|
protected EntryPointsAggregator |
aggregator |
protected AuthorizationManager |
authorizationManager |
| Constructor and Description |
|---|
ModuleEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName() |
String |
getGroup() |
int |
getGroupOrder() |
String |
getRelativeUrl() |
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract void |
initialize(org.springframework.ui.ModelMap map,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
isValidMenuEntry() |
void |
setBeanName(String beanName) |
void |
setGroup(String group) |
void |
setGroupOrder(int groupOrder) |
void |
setValidMenuEntry(boolean validMenuEntry) |
compareTo, getDescription, getMenu, getOrder, getPermissionLevels, getTitle, setDescription, setMenu, setOrder, setPermissionLevels, setTitleprotected EntryPointsAggregator aggregator
protected AuthorizationManager authorizationManager
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequest in interface org.springframework.web.servlet.mvc.ControllerExceptionprotected abstract void initialize(org.springframework.ui.ModelMap map,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic String getBeanName()
public void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic String getGroup()
public void setGroup(String group)
public String getRelativeUrl()
getRelativeUrl in class MenuEntrypublic boolean isValidMenuEntry()
public void setValidMenuEntry(boolean validMenuEntry)
public int getGroupOrder()
public void setGroupOrder(int groupOrder)
Copyright © 2017. All rights reserved.