| com.nabhinc.portlet.base.BasePortlet com.nabhinc.portlet.image.ImagePortlet
ImagePortlet | public class ImagePortlet extends BasePortlet (Code) | | Sample portlet demonstrating how portlet config can be used to save
portlet specific data. The portlet is designed to display an Image with
path and size edit facility.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved. |
processAction | public void processAction(ActionRequest aReq, ActionResponse aRes) throws PortletException(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)
|
|
|