|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.portlet.GenericPortlet
org.apache.pluto.driver.portlets.GenericPlutoPortlet
public abstract class GenericPlutoPortlet
Constructor Summary | |
---|---|
GenericPlutoPortlet()
|
Method Summary | |
---|---|
protected void |
doEdit(RenderRequest request,
RenderResponse response)
Helper method to serve up the edit mode. |
protected void |
doHelp(RenderRequest request,
RenderResponse response)
Helper method to serve up the help mode. |
void |
doView(RenderRequest request,
RenderResponse response)
Helper method to serve up the mandatory view mode. |
abstract java.lang.String |
getEditPage()
|
abstract java.lang.String |
getHelpPage(RenderRequest request)
|
abstract java.lang.String |
getViewPage()
|
Methods inherited from class javax.portlet.GenericPortlet |
---|
destroy, doDispatch, doHeaders, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, init, processAction, processEvent, render, serveResource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericPlutoPortlet()
Method Detail |
---|
public abstract java.lang.String getViewPage()
public abstract java.lang.String getEditPage()
public abstract java.lang.String getHelpPage(RenderRequest request)
public void doView(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException
GenericPortlet
view
mode.
The default implementation throws an exception.
doView
in class GenericPortlet
request
- the portlet requestresponse
- the render response
PortletException
- if the portlet cannot fulfilling the request
UnavailableException
- if the portlet is unavailable to perform render at this
time
PortletSecurityException
- if the portlet cannot fullfill this request because of
security reasons
java.io.IOException
- if the streaming causes an I/O problemprotected void doEdit(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException
GenericPortlet
edit
mode.
The default implementation throws an exception.
doEdit
in class GenericPortlet
request
- the portlet requestresponse
- the render response
PortletException
- if the portlet cannot fulfilling the request
UnavailableException
- if the portlet is unavailable to perform render at this
time
PortletSecurityException
- if the portlet cannot fullfill this request because of
security reasons
java.io.IOException
- if the streaming causes an I/O problemprotected void doHelp(RenderRequest request, RenderResponse response) throws PortletException, java.io.IOException
GenericPortlet
help
mode.
The default implementation throws an exception.
doHelp
in class GenericPortlet
request
- the portlet requestresponse
- the render response
PortletException
- if the portlet cannot fulfilling the request
UnavailableException
- if the portlet is unavailable to perform render at this
time
PortletSecurityException
- if the portlet cannot fullfill this request because of
security reasons
java.io.IOException
- if the streaming causes an I/O problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |