public class AdminNavigationHandlerMapping extends BLCAbstractHandlerMapping
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_ADMIN_MODULE_ATTRIBUTE_NAME |
static String |
CURRENT_ADMIN_SECTION_ATTRIBUTE_NAME |
Constructor and Description |
---|
AdminNavigationHandlerMapping() |
Modifier and Type | Method and Description |
---|---|
protected Object |
getHandlerInternal(javax.servlet.http.HttpServletRequest request) |
String |
getRequestURIWithoutPreamble(javax.servlet.http.HttpServletRequest request) |
getControllerName, getDefaultHandler, setControllerName
adaptInterceptor, detectMappedInterceptors, extendInterceptors, getAdaptedInterceptors, getHandler, getHandlerExecutionChain, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setRemoveSemicolonContent, setUrlDecode, setUrlPathHelper
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
public static final String CURRENT_ADMIN_MODULE_ATTRIBUTE_NAME
public static final String CURRENT_ADMIN_SECTION_ATTRIBUTE_NAME
protected Object getHandlerInternal(javax.servlet.http.HttpServletRequest request) throws Exception
getHandlerInternal
in class org.springframework.web.servlet.handler.AbstractHandlerMapping
Exception
public String getRequestURIWithoutPreamble(javax.servlet.http.HttpServletRequest request)
Copyright © 2014. All rights reserved.