|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.handler.AbstractHandlerMapping
org.broadleafcommerce.common.web.BLCAbstractHandlerMapping
org.broadleafcommerce.cms.web.PageHandlerMapping
public class PageHandlerMapping
This handler mapping works with the Page entity to determine if a page has been configured for the passed in URL. If the URL represents a valid PageUrl, then this mapping returns Allows configuration of the controller name to use if a Page was found.
Page,
BroadleafPageController| Field Summary | |
|---|---|
static String |
BLC_RULE_MAP_PARAM
|
static String |
PAGE_ATTRIBUTE_NAME
|
static String |
REQUEST_DTO
|
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
logger |
| Fields inherited from interface org.springframework.web.servlet.HandlerMapping |
|---|
BEST_MATCHING_PATTERN_ATTRIBUTE, INTROSPECT_TYPE_LEVEL_MAPPING, PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE, URI_TEMPLATE_VARIABLES_ATTRIBUTE |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
PageHandlerMapping()
|
|
| Method Summary | |
|---|---|
protected Object |
getHandlerInternal(javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class org.broadleafcommerce.common.web.BLCAbstractHandlerMapping |
|---|
getControllerName, getDefaultHandler, setControllerName |
| Methods inherited from class org.springframework.web.servlet.handler.AbstractHandlerMapping |
|---|
adaptInterceptor, detectMappedInterceptors, extendInterceptors, getAdaptedInterceptors, getHandler, getHandlerExecutionChain, getMappedInterceptors, getOrder, getPathMatcher, getUrlPathHelper, initApplicationContext, initInterceptors, setAlwaysUseFullPath, setDefaultHandler, setInterceptors, setOrder, setPathMatcher, setUrlDecode, setUrlPathHelper |
| Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport |
|---|
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String BLC_RULE_MAP_PARAM
public static final String REQUEST_DTO
public static final String PAGE_ATTRIBUTE_NAME
| Constructor Detail |
|---|
public PageHandlerMapping()
| Method Detail |
|---|
protected Object getHandlerInternal(javax.servlet.http.HttpServletRequest request)
throws Exception
getHandlerInternal in class org.springframework.web.servlet.handler.AbstractHandlerMappingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||