Package com.liferay.portlet
Class StrutsPortlet
Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portlet.StrutsPortlet
- All Implemented Interfaces:
EventPortlet,HeaderPortlet,Portlet,PortletConfig,ResourceServingPortlet
Deprecated.
As of Judson (7.1.x), with no direct replacement
- Author:
- Brian Wing Shun Chan, Raymond Augé*
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated.protected StringDeprecated.protected booleanDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirectFields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAbout(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoConfig(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoEdit(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoEditDefaults(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoEditGuest(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoHelp(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoPreview(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoPrint(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voiddoView(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.protected voidinclude(RenderRequest renderRequest, RenderResponse renderResponse) Deprecated.voidinit(PortletConfig portletConfig) Deprecated.voidprocessAction(ActionRequest actionRequest, ActionResponse actionResponse) Deprecated.voidprocessEvent(EventRequest request, EventResponse response) Deprecated.voidserveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse) Deprecated.Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, callActionMethod, callResourceMethod, doDispatch, getActionMethod, getRedirect, getResourceMethod, getServletContext, getTitle, init, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSONMethods inherited from class javax.portlet.GenericPortlet
destroy, dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, render, renderHeaders
-
Field Details
-
aboutAction
Deprecated. -
configAction
Deprecated. -
copyRequestParameters
protected boolean copyRequestParametersDeprecated. -
editAction
Deprecated. -
editDefaultsAction
Deprecated. -
editGuestAction
Deprecated. -
helpAction
Deprecated. -
previewAction
Deprecated. -
printAction
Deprecated. -
templatePath
Deprecated. -
viewAction
Deprecated.
-
-
Constructor Details
-
StrutsPortlet
public StrutsPortlet()Deprecated.
-
-
Method Details
-
doAbout
public void doAbout(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doAboutin classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
doConfig
public void doConfig(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doConfigin classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
doEdit
public void doEdit(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doEditin classGenericPortlet- Throws:
IOExceptionPortletException
-
doEditDefaults
public void doEditDefaults(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doEditDefaultsin classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
doEditGuest
public void doEditGuest(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doEditGuestin classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
doHelp
public void doHelp(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doHelpin classGenericPortlet- Throws:
IOExceptionPortletException
-
doPreview
public void doPreview(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doPreviewin classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
doPrint
public void doPrint(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doPrintin classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
doView
public void doView(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Overrides:
doViewin classGenericPortlet- Throws:
IOExceptionPortletException
-
init
Deprecated.- Specified by:
initin interfacePortlet- Overrides:
initin classGenericPortlet- Throws:
PortletException
-
processAction
public void processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws IOException, PortletException Deprecated.- Specified by:
processActionin interfacePortlet- Overrides:
processActionin classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
processEvent
public void processEvent(EventRequest request, EventResponse response) throws IOException, PortletException Deprecated.- Specified by:
processEventin interfaceEventPortlet- Overrides:
processEventin classGenericPortlet- Throws:
IOExceptionPortletException
-
serveResource
public void serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse) throws IOException, PortletException Deprecated.- Specified by:
serveResourcein interfaceResourceServingPortlet- Overrides:
serveResourcein classcom.liferay.portal.kernel.portlet.LiferayPortlet- Throws:
IOExceptionPortletException
-
include
protected void include(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException Deprecated.- Throws:
IOExceptionPortletException
-