How does AnnotationMethodHandlerAdapter keep track of methods which are in two separate controllers?
I have two controllers: controller A (defaultHandler) and controller B. An action in...
Type: Posts; User: portletGuy; Keyword(s):
How does AnnotationMethodHandlerAdapter keep track of methods which are in two separate controllers?
I have two controllers: controller A (defaultHandler) and controller B. An action in...
I would like to understand how a request reaches DispatcherPortlet.
It appears that the Portal's Faces Servlet receives incoming request and somehow that request reaches DispatcherPortlet. How...
I'm using DispatcherPortlet in Spring portlet mvc 3.1. My portlet's action method contains the code snippet below:
...
portletSession.setAttribute("var1", new...