- 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 CategoryHandlerMapping
extends BLCAbstractHandlerMapping
This handler mapping works with the Category entity to determine if a category has been configured for
the passed in URL.
If the URL matches a valid Category then this mapping returns the handler configured via the
controllerName property or blCategoryController by default.
- Since:
- 2.0
- Author:
- bpolster
- See Also:
Category,
CataService