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