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 |
mappingsLogger
BEST_MATCHING_HANDLER_ATTRIBUTE, BEST_MATCHING_PATTERN_ATTRIBUTE, INTROSPECT_TYPE_LEVEL_MAPPING, LOOKUP_PATH, 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, getCorsConfigurationSource, getCorsHandlerExecutionChain, getCorsProcessor, getHandler, getHandlerExecutionChain, getHandlerInternal, getMappedInterceptors, getOrder, getPathMatcher, getPatternParser, getUrlPathHelper, hasCorsConfigurationSource, initApplicationContext, initInterceptors, initLookupPath, setAlwaysUseFullPath, setBeanName, setCorsConfigurations, setCorsConfigurationSource, setCorsProcessor, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setPatternParser, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelper, usesPathPatterns
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 © 2022. All rights reserved.