[jboss-dev-forums] [Design of JBoss Portal] - Re: Portlet Container 1.2 changes

julien@jboss.com do-not-reply at jboss.com
Mon Jan 21 11:03:12 EST 2008


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#4121886

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121886



More information about the jboss-dev-forums mailing list