com.sun.portal.rssportlet |
|
Java Source File Name | Type | Comment |
AlertHandler.java | Class | |
FeedBean.java | Class | This class is a bean to hold feed-related data for RSS portlet. |
FeedHandler.java | Class | This class handles builds a FeedBean
object. |
FeedHelper.java | Class | This class manages a cache of ROME feeds. |
FormNames.java | Interface | This class provides helper constants for use within the Rss Portlet JSPs.
There are several categories of constants:
- Markup element names
- Portlet preference names
- Error parameter names
If the portlet's JSPs are customized, it is important to use the
constant markup element names specified in this interface. |
HTMLCleaner.java | Class | This class accepts HTML input and translates it into plain test.
It does this by removing all HTML tags, all Javascript blocks, and
all entity references. |
Resources.java | Class | This class is a wrapper around the Java ResourceBundle
mechanism. |
RssPortlet.java | Class | This class implements the Rss portlet.
The following is a design overview of the RSS portlet ...
The entry points into the application are the view and edit JSPs.
These correspond to the portlet's view and edit modes, respectively.
The JSPs use the *Handler classes to prepare the *Bean classes for use
in the display logic. |
SettingsBean.java | Class | This class is a bean to hold the settings for the RSS portlet.
This bean is prepared (populated) by an SettingsHandler
object, when it is set into the handler.
In addition to normal getters and setters,
this class contains a set of is*Set() methods. |
SettingsHandler.java | Class | This class builds a SettingsBean object. |