Monday, July 30, 2012

Can you list abstact methods in GenericPortlet class?

There are no abstract methods in GenericPortlet.

GenericPortlet defined as abstract so that you can't instantiate it. you should extend this class if you want to use GenericPortlet class features


public abstract class GenericPortlet implements Portlet, PortletConfig, EventPortlet, ResourceServingPortlet {

....

}





No comments:

Post a Comment