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 | 
BEST_MATCHING_HANDLER_ATTRIBUTE, BEST_MATCHING_PATTERN_ATTRIBUTE, INTROSPECT_TYPE_LEVEL_MAPPING, MATRIX_VARIABLES_ATTRIBUTE, PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE, URI_TEMPLATE_VARIABLES_ATTRIBUTE| 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, formatMappingName, getAdaptedInterceptors, getCorsConfiguration, getCorsConfigurations, getCorsHandlerExecutionChain, getCorsProcessor, getHandler, getHandlerExecutionChain, getHandlerInternal, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setBeanName, setCorsConfigurations, setCorsConfigurationSource, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelpergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected String controllerName
@Autowired protected org.springframework.core.env.Environment env
public Object getDefaultHandler()
getDefaultHandler in class org.springframework.web.servlet.handler.AbstractHandlerMappingpublic String getControllerName()
public void setControllerName(String controllerName)
controllerName - public boolean allowProductResolutionUsingIdParam()
public boolean allowCategoryResolutionUsingIdParam()
Copyright © 2020. All rights reserved.