...
- uPortal DAOs should provide a list of portlet applications that can be published.
- The user selects a currently deployed portlet application and is provided with mapping options from data provided in the portlet.xml to uPortal 3's support for the features. These mappings will apply to all portlets in the published application.
- Custom Portlet Modes
- Custom Window States
- User Attributes
- What options should be given to a user for deleting a published portlet application
- If a user deletes a mapping a list of published portlets based on the mapping should be displayed and the user should have the confirm that deleting the mapping will also delete those published portlets.
New Application Workflow Outline
This describes the interaction a portlet UI or XML based publishing tool would have with a set of high level portlet application publishing APIs.
- Get list of portlet application names (Web-App context names)
- Get declared PortletModes, WindowStates and User Attributes for a specified portlet application
- Return this information as a single object
- Set the mappings for the PortletModes, WindowStates and User Attributes, a unique name must be specified.
- Specify this information as a single object
Note | ||
---|---|---|
| ||
Can a portlet application be published more than once? Does the current object model support this? |
...