Development Steps
Creating Action ClassesYou can use the resources of the SAS Web Infrastructure Kit to develop the following types of action classes for your local portlets: The Portlet API includes classes that you can use to create your own action classes for custom portlets. For a summary of these classes, see Using the Portlet API. For detailed information about the Portlet API, see the class documentation. Any action classes that you develop must be defined in the portlet's deployment descriptor file and included in the portlet's PAR file. These classes cannot be accessed by the portlet's JavaServer Page (JSP) pages. Note: You can also develop classes other than action classes for your portlet and include them in the portlet's PAR file. These classes do not need to be defined in the portlet deployment descriptor file. Thread SafetyPortlet actions, like Struts actions, are multithreaded. There will be only a single instance of your
|