***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.portal.portlet

This package provides interfaces and classes that support portlets.

See:
          Description

Interface Summary
ErrorHandlerInterface Handler that is invoked in case of an error being detected in the portlet.
PortletActionInterface Interface which all portlet actions must implement.
PortletContext Common storage area assigned to each portlet instance.
PortletInitializerInterface Code to run when portlet is initialized the first time.
PostProcessorInterface Class to allow post processing to occur after a portlet has been rendered.
RemotePortletContext Common storage area assigned to each portlet instance.
 

Class Summary
DefaultPortletAction This action is the default portlet action for portlets.
HTMLPortletAction This action can be extended to use with HTML portlets.
NavigationUtil Utility class to build URLs and prepare resources specific to given locales.
 

Package com.sas.portal.portlet Description

This package provides interfaces and classes that support portlets. Two interfaces define the behavior of local and remote portlet contexts. Others define the portlet life cycle via initializer, action, post-processor and error handler. Classes include two convenience implementations of the PortletActionInterface and a utility for portlet URL's and localized resources.


***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.