| java.lang.Object javax.portlet.GenericPortlet com.sun.portal.rssportlet.RssPortlet
RssPortlet | public class RssPortlet extends GenericPortlet implements FormNames(Code) | | 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. Control is passed to the JSPs in the do*() methods.
The only logic in this
class is the processing of portlet actions. This occurs for the "go"
form in the portlet's view mode, and the forms in the portlet's edit mode.
The portlet's edit mode allows the user to modify a subset of the portlet
preferences to personalize the portlet.
|
Methods inherited from javax.portlet.GenericPortlet | public void destroy()(Code)(Java Doc) protected void doDispatch(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) protected void doEdit(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) protected void doHelp(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) protected void doView(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) public String getInitParameter(java.lang.String name)(Code)(Java Doc) public java.util.Enumeration getInitParameterNames()(Code)(Java Doc) public PortletConfig getPortletConfig()(Code)(Java Doc) public PortletContext getPortletContext()(Code)(Java Doc) public String getPortletName()(Code)(Java Doc) public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)(Code)(Java Doc) protected java.lang.String getTitle(RenderRequest request)(Code)(Java Doc) public void init(PortletConfig config) throws PortletException(Code)(Java Doc) public void init() throws PortletException(Code)(Java Doc) public void processAction(ActionRequest request, ActionResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) public void render(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc)
|
|
|