@Deprecated
public class StrutsPortlet
extends com.liferay.portal.kernel.portlet.LiferayPortlet
| Modifier and Type | Field and Description |
|---|---|
protected String |
aboutAction
Deprecated.
|
protected String |
configAction
Deprecated.
|
protected boolean |
copyRequestParameters
Deprecated.
|
protected String |
editAction
Deprecated.
|
protected String |
editDefaultsAction
Deprecated.
|
protected String |
editGuestAction
Deprecated.
|
protected String |
helpAction
Deprecated.
|
protected String |
previewAction
Deprecated.
|
protected String |
printAction
Deprecated.
|
protected String |
templatePath
Deprecated.
|
protected String |
viewAction
Deprecated.
|
addProcessActionSuccessMessage, alwaysSendRedirect, validPathsAUTOMATIC_RESOURCE_DISPATCH| Constructor and Description |
|---|
StrutsPortlet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPath(String path)
Deprecated.
|
void |
doAbout(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doConfig(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doEdit(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doEditDefaults(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doEditGuest(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doHelp(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doPreview(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doPrint(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
doView(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
protected void |
include(RenderRequest renderRequest,
RenderResponse renderResponse)
Deprecated.
|
void |
init(PortletConfig portletConfig)
Deprecated.
|
void |
processAction(ActionRequest actionRequest,
ActionResponse actionResponse)
Deprecated.
|
void |
processEvent(EventRequest request,
EventResponse response)
Deprecated.
|
void |
serveResource(ResourceRequest resourceRequest,
ResourceResponse resourceResponse)
Deprecated.
|
addSuccessMessage, callActionMethod, callResourceMethod, doDispatch, getActionMethod, getJSONContentType, getPaths, getRedirect, getResourceMethod, getServletContext, getTitle, init, initValidPaths, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, isValidPath, sendRedirect, translate, translate, writeJSON, writeJSONdestroy, dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, render, renderHeadersprotected String aboutAction
protected String configAction
protected boolean copyRequestParameters
protected String editAction
protected String editDefaultsAction
protected String editGuestAction
protected String helpAction
protected String previewAction
protected String printAction
protected String templatePath
protected String viewAction
public void doAbout(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doAbout in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionpublic void doConfig(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doConfig in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionpublic void doEdit(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doEdit in class GenericPortletIOExceptionPortletExceptionpublic void doEditDefaults(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doEditDefaults in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionpublic void doEditGuest(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doEditGuest in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionpublic void doHelp(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doHelp in class GenericPortletIOExceptionPortletExceptionpublic void doPreview(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doPreview in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionpublic void doPrint(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doPrint in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionpublic void doView(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
doView in class GenericPortletIOExceptionPortletExceptionpublic void init(PortletConfig portletConfig) throws PortletException
init in interface Portletinit in class GenericPortletPortletExceptionpublic void processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws IOException, PortletException
processAction in interface PortletprocessAction in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionpublic void processEvent(EventRequest request, EventResponse response) throws IOException, PortletException
processEvent in interface EventPortletprocessEvent in class GenericPortletIOExceptionPortletExceptionpublic void serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse) throws IOException, PortletException
serveResource in interface ResourceServingPortletserveResource in class com.liferay.portal.kernel.portlet.LiferayPortletIOExceptionPortletExceptionprotected void checkPath(String path)
throws PortletException
checkPath in class com.liferay.portal.kernel.portlet.LiferayPortletPortletExceptionprotected void include(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException
IOExceptionPortletException