Developing Custom Portlets |
The action and initializer classes included in the SAS Information Delivery Portal are designed to handle a portlet's basic function of displaying a single JSP page. However, to meet specialized needs you can do the following:
write one or more Java classes that implement the com.sas.portal.portlet.PortletActionInterface. Alternatively, you can extend the provided com.sas.portal.portlet.HTMLPortletAction class to obtain a basic implementation of the interface.
write Java classes that implement the PortletInitializerInterface, ErrorHandlerInterface, or PostProcessorInterface in the com.sas.portal.portlet package in order to meet more specialized requirements.
For more information, see Using the Portlet API and Sample Portlets.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.