Removed PortletInvocation.getPortletContext() since now it is possible override
getContext() with a PortletInvocationContext type.
XXXInvocation now returns XXXInvocationContext related interfaces using the same
mechanism. For instance:
| public RenderInvocation extends PortletInvocation {
| ...
| public RenderContext getContext()
| {
| return renderContext; // instead of InvocationContext
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121886#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...