[jboss-user] [JBoss Portal] - Re: init requires call to super.init()?

julien@jboss.com do-not-reply at jboss.com
Sat Jul 22 02:28:19 EDT 2006


yes you need to do that, otherwise you can override the method :


  | public void init() { }
  | 

that does not require a call to super because :


  |    public void init(PortletConfig config) throws PortletException
  |    {
  |       this.config = config;
  |       init();
  |    }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960085#3960085

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



More information about the jboss-user mailing list