public abstract class BLCAbstractHandlerMapping
extends org.springframework.web.servlet.handler.AbstractHandlerMapping
Modifier and Type | Field and Description |
---|---|
protected String |
controllerName |
protected org.springframework.core.env.Environment |
env |
Constructor and Description |
---|
BLCAbstractHandlerMapping() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowCategoryResolutionUsingIdParam() |
boolean |
allowProductResolutionUsingIdParam() |
String |
getControllerName()
Returns the controllerName if set or "blPageController" by default.
|
Object |
getDefaultHandler()
This handler mapping does not provide a default handler.
|
void |
setControllerName(String controllerName)
Sets the name of the bean to use as the Handler.
|
adaptInterceptor, detectMappedInterceptors, extendInterceptors, getAdaptedInterceptors, getCorsConfiguration, getCorsConfigurations, getCorsHandlerExecutionChain, getCorsProcessor, getHandler, getHandlerExecutionChain, getHandlerInternal, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setCorsConfigurations, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelper
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
protected String controllerName
@Autowired protected org.springframework.core.env.Environment env
public Object getDefaultHandler()
getDefaultHandler
in class org.springframework.web.servlet.handler.AbstractHandlerMapping
public String getControllerName()
public void setControllerName(String controllerName)
controllerName
- public boolean allowProductResolutionUsingIdParam()
public boolean allowCategoryResolutionUsingIdParam()
Copyright © 2019. All rights reserved.