Tuesday, July 24, 2012

Can you list some HandlerMapping implementations in Spring Portlet MVC?

Spring Portlet MVC comes with three HandlerMapping implementations:

PortletModeHandlerMapping,
ParameterHandlerMapping, and PortletModeParameterHandlerMapping



The ParameterHandlerMapping implementation provides mapping of portlet requests to a handler based on the value of a request parameter.

No comments:

Post a Comment