- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.HandlerMapping
public class PageHandlerMapping
extends BLCAbstractHandlerMapping
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.
- Since:
- 2.0
- Author:
- bpolster
- See Also:
Page
,
BroadleafPageController