public abstract class BLCAbstractHandlerMapping
extends org.springframework.web.servlet.handler.AbstractHandlerMapping
| Modifier and Type | Field and Description |
|---|---|
protected String |
controllerName |
| Constructor and Description |
|---|
BLCAbstractHandlerMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getControllerName()
Returns the controllerName if set or "blPageController" by default.
|
Object |
getDefaultHandler() |
void |
setControllerName(String controllerName)
Sets the name of the bean to use as the Handler.
|
adaptInterceptor, detectMappedInterceptors, extendInterceptors, getAdaptedInterceptors, getHandler, getHandlerExecutionChain, getHandlerInternal, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelpergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected String controllerName
public Object getDefaultHandler()
getDefaultHandler in class org.springframework.web.servlet.handler.AbstractHandlerMappingpublic String getControllerName()
public void setControllerName(String controllerName)
controllerName - Copyright © 2017. All rights reserved.