|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.portlet.GenericPortlet
org.exoplatform.services.portletcontainer.test.portlet.PrefsPortlet1
public class PrefsPortlet1
Test prefs portlet.
| Constructor Summary | |
|---|---|
PrefsPortlet1()
|
|
| Method Summary | |
|---|---|
void |
doEdit(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
The GenericPortlet calls this method if the portlet mode is edit |
void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
The GenericPortlet calls this method if the portlet mode is view |
void |
init(javax.portlet.PortletConfig ponfig)
A life cycle method. |
void |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
| Methods inherited from class javax.portlet.GenericPortlet |
|---|
destroy, doDispatch, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, render, serveResource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrefsPortlet1()
| Method Detail |
|---|
public void init(javax.portlet.PortletConfig ponfig)
throws javax.portlet.PortletException
init in interface javax.portlet.Portletinit in class javax.portlet.GenericPortletponfig - a object that holds the portlet configuration information
javax.portlet.PortletException - an exception that you throw if things go wrong
while starting the portlet
public void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
doView in class javax.portlet.GenericPortletpRequest - the requestpResponse - the response
javax.portlet.PortletException
IOException
public void doEdit(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
doEdit in class javax.portlet.GenericPortletrequest - the requestresponse - the response
javax.portlet.PortletException
IOException
public void processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
IOException
processAction in interface javax.portlet.PortletprocessAction in class javax.portlet.GenericPortletjavax.portlet.PortletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||