Package com.liferay.portlet
Class UndeployedPortlet
Object
javax.portlet.GenericPortlet
com.liferay.portlet.UndeployedPortlet
- All Implemented Interfaces:
EventPortlet,HeaderPortlet,Portlet,PortletConfig,ResourceServingPortlet
- Author:
- Tomas Polesovsky
-
Field Summary
Fields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UndeployedPortletvoidprocessAction(ActionRequest actionRequest, ActionResponse actionResponse) voidrender(RenderRequest renderRequest, RenderResponse renderResponse) voidserveResource(ResourceRequest renderRequest, ResourceResponse renderResponse) Methods inherited from class javax.portlet.GenericPortlet
destroy, dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doDispatch, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, getWindowStates, init, init, processEvent, renderHeaders
-
Constructor Details
-
UndeployedPortlet
public UndeployedPortlet()
-
-
Method Details
-
getInstance
-
processAction
- Specified by:
processActionin interfacePortlet- Overrides:
processActionin classGenericPortlet
-
render
public void render(RenderRequest renderRequest, RenderResponse renderResponse) throws IOException, PortletException - Specified by:
renderin interfacePortlet- Overrides:
renderin classGenericPortlet- Throws:
IOExceptionPortletException
-
serveResource
public void serveResource(ResourceRequest renderRequest, ResourceResponse renderResponse) throws IOException - Specified by:
serveResourcein interfaceResourceServingPortlet- Overrides:
serveResourcein classGenericPortlet- Throws:
IOException
-