| com.nabhinc.portlet.base.BasePortlet com.nabhinc.portlet.feed.FeedPortlet
FeedPortlet | public class FeedPortlet extends BasePortlet implements StatefulPortlet(Code) | | author: Padmanabh Dabke author: (c) 2003 Nabh Information Systems, Inc. All Rights Reserved. |
Method Summary | |
public void | doConfig(RenderRequest request, RenderResponse response) Helper method to serve up the edit mode. | public void | doView(RenderRequest request, RenderResponse response) Displays portlet content configured via "content" parameter. | public void | init(PortletConfig config) | public void | processAction(ActionRequest request, ActionResponse response) | public void | render(RenderRequest request, RenderResponse response) |
FEED_CONFIG_ATTRIBUTE | final public static String FEED_CONFIG_ATTRIBUTE(Code) | | |
FEED_DATA_ATTRIBUTE | final public static String FEED_DATA_ATTRIBUTE(Code) | | |
FEED_DEFAULT_URL_ATTRIBUTE | final public static String FEED_DEFAULT_URL_ATTRIBUTE(Code) | | |
doConfig | public void doConfig(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code) | | Helper method to serve up the edit mode.
The default implementation throws an exception.
Parameters: request - The portlet request Parameters: response - The render response exception: PortletException - If the portlet cannot fulfilling the request exception: IOException - If the streaming causes an I/O problem |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException(Code) | | Displays portlet content configured via "content" parameter.
The default implementation throws an exception.
Parameters: request - The portlet request. Parameters: response - The render response. exception: PortletException - If the portlet cannot fulfilling the request. exception: IOException - If the streaming causes an I/O problem |
init | public void init(PortletConfig config) throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest request, ActionResponse response) 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)
|
|
|