com.liferay.portlet.portletconfiguration
Class PortletConfigurationPortlet
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portlet.StrutsPortlet
com.liferay.portlet.portletconfiguration.PortletConfigurationPortlet
- All Implemented Interfaces:
- EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
public class PortletConfigurationPortlet
- extends StrutsPortlet
| Fields inherited from class com.liferay.portlet.StrutsPortlet |
aboutAction, configAction, copyRequestParameters, editAction, editDefaultsAction, editGuestAction, helpAction, previewAction, printAction, templatePath, viewAction |
| Methods inherited from class com.liferay.portlet.StrutsPortlet |
checkPath, doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, include |
| Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet |
addSuccessMessage, callActionMethod, callResourceMethod, doDispatch, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getTitle, init, isAlwaysSendRedirect, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSON |
| Methods inherited from class javax.portlet.GenericPortlet |
destroy, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletConfigurationPortlet
public PortletConfigurationPortlet()
init
public void init(PortletConfig portletConfig)
throws PortletException
- Specified by:
init in interface Portlet- Overrides:
init in class StrutsPortlet
- Throws:
PortletException
processAction
public void processAction(ActionRequest actionRequest,
ActionResponse actionResponse)
throws IOException,
PortletException
- Specified by:
processAction in interface Portlet- Overrides:
processAction in class StrutsPortlet
- Throws:
IOException
PortletException
processEvent
public void processEvent(EventRequest eventRequest,
EventResponse eventResponse)
throws IOException,
PortletException
- Specified by:
processEvent in interface EventPortlet- Overrides:
processEvent in class StrutsPortlet
- Throws:
IOException
PortletException
render
public void render(RenderRequest renderRequest,
RenderResponse renderResponse)
throws IOException,
PortletException
- Specified by:
render in interface Portlet- Overrides:
render in class GenericPortlet
- Throws:
IOException
PortletException
serveResource
public void serveResource(ResourceRequest resourceRequest,
ResourceResponse resourceResponse)
throws IOException,
PortletException
- Specified by:
serveResource in interface ResourceServingPortlet- Overrides:
serveResource in class StrutsPortlet
- Throws:
IOException
PortletException