| com.nabhinc.portlet.base.BasePortlet com.nabhinc.portlet.rss.RSSPortlet
RSSPortlet | public class RSSPortlet extends BasePortlet (Code) | | author: Padmanabh Dabke author: (c) 2003 Nabh Information Systems, Inc. All Rights Reserved. |
Inner Class :public static class HeadlineInfo | |
Method Summary | |
public void | doView(RenderRequest request, RenderResponse response) | public void | init(PortletConfig config) | public void | processAction(ActionRequest aReq, ActionResponse aRes) |
REFRESH_PERIOD | final public static String REFRESH_PERIOD(Code) | | |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest aReq, ActionResponse aRes) throws PortletException, IOException(Code) | | |
Methods inherited from com.nabhinc.portlet.base.BasePortlet | public void debug(String method, String msg)(Code)(Java Doc) public void doAdmin(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doConfig(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) protected void doDispatch(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code)(Java Doc) public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doHelp(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doPreview(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public void error(String method, String msg)(Code)(Java Doc) protected String getAdminJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getConfigJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getContentJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getEditJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getHelpJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getLocalizedJSP(Locale locale, String path)(Code)(Java Doc) protected String getPreviewJSP(RenderRequest request) throws PortletException(Code)(Java Doc) protected String getRealPath(PortletContext pContext, String relPath)(Code)(Java Doc) public void info(String method, String msg)(Code)(Java Doc) public void init(PortletConfig config) throws PortletException(Code)(Java Doc) public void warning(String method, String msg)(Code)(Java Doc)
|
|
|