| java.lang.Object javax.portlet.GenericPortlet org.apache.pluto.testsuite.TestPortlet
doEdit | protected void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | Serves up the edit mode. This method dispatches the request
and response to the edit JSP page (/jsp/edit.jsp ).
Parameters: request - the portlet request. Parameters: response - the portlet response. |
doHelp | protected void doHelp(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | Serves up the help mode. This method dispatches the request
and response to the help JSP page (/jsp/help.jsp ).
Parameters: request - the portlet request. Parameters: response - the portlet response. |
init | public void init() throws PortletException(Code) | | Initialize the test portlet. This method reads the testsuite's config
files, constructs and initializes all PortletTest instances.
throws: PortletException - if fail to read the configuration file. |
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)
|
|
|