com.liferay.portal.portletcontainer
Class WindowInvoker
java.lang.Object
com.liferay.portlet.InvokerPortletImpl
com.liferay.portal.portletcontainer.WindowInvoker
- All Implemented Interfaces:
- com.liferay.portlet.InvokerPortlet, java.lang.Cloneable, javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.ResourceServingPortlet
public class WindowInvoker
- extends InvokerPortletImpl
View Source
- Author:
- Deepak Gothe, Brian Wing Shun Chan, Manish Gupta
Method Summary |
void |
init(javax.portlet.PortletConfig portletConfig)
|
protected void |
invokeAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
protected void |
invokeEvent(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse)
|
protected java.lang.String |
invokeRender(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
|
protected void |
invokeResource(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
|
void |
prepare(com.liferay.portal.model.Portlet portletModel,
javax.portlet.Portlet portlet,
javax.portlet.PortletConfig portletConfig,
javax.portlet.PortletContext portletContext,
boolean facesPortlet,
boolean strutsPortlet,
boolean strutsBridgePortlet)
|
void |
prepare(com.liferay.portal.model.Portlet portletModel,
javax.portlet.Portlet portlet,
javax.portlet.PortletContext portletContext)
|
Methods inherited from class com.liferay.portlet.InvokerPortletImpl |
clearResponse, clearResponses, clearResponses, create, create, destroy, encodeResponseKey, getExpCache, getPortletClassLoader, getPortletConfig, getPortletContext, getPortletInstance, getResponses, getResponses, invoke, isDestroyable, isFacesPortlet, isStrutsBridgePortlet, isStrutsPortlet, processAction, processEvent, removePortletFilters, render, serveResource, setPortletFilters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST_SHARED_ATTRIBUTES
public static final java.util.List<java.lang.String> REQUEST_SHARED_ATTRIBUTES
WindowInvoker
public WindowInvoker()
init
public void init(javax.portlet.PortletConfig portletConfig)
throws javax.portlet.PortletException
- Specified by:
init
in interface javax.portlet.Portlet
- Overrides:
init
in class InvokerPortletImpl
- Throws:
javax.portlet.PortletException
prepare
public void prepare(com.liferay.portal.model.Portlet portletModel,
javax.portlet.Portlet portlet,
javax.portlet.PortletContext portletContext)
throws javax.portlet.PortletException
- Specified by:
prepare
in interface com.liferay.portlet.InvokerPortlet
- Overrides:
prepare
in class InvokerPortletImpl
- Throws:
javax.portlet.PortletException
prepare
public void prepare(com.liferay.portal.model.Portlet portletModel,
javax.portlet.Portlet portlet,
javax.portlet.PortletConfig portletConfig,
javax.portlet.PortletContext portletContext,
boolean facesPortlet,
boolean strutsPortlet,
boolean strutsBridgePortlet)
throws javax.portlet.PortletException
- Specified by:
prepare
in interface com.liferay.portlet.InvokerPortlet
- Overrides:
prepare
in class InvokerPortletImpl
- Throws:
javax.portlet.PortletException
invokeAction
protected void invokeAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.io.IOException,
javax.portlet.PortletException
- Overrides:
invokeAction
in class InvokerPortletImpl
- Throws:
java.io.IOException
javax.portlet.PortletException
invokeEvent
protected void invokeEvent(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse)
throws java.io.IOException,
javax.portlet.PortletException
- Overrides:
invokeEvent
in class InvokerPortletImpl
- Throws:
java.io.IOException
javax.portlet.PortletException
invokeRender
protected java.lang.String invokeRender(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws java.io.IOException,
javax.portlet.PortletException
- Overrides:
invokeRender
in class InvokerPortletImpl
- Throws:
java.io.IOException
javax.portlet.PortletException
invokeResource
protected void invokeResource(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws java.io.IOException,
javax.portlet.PortletException
- Overrides:
invokeResource
in class InvokerPortletImpl
- Throws:
java.io.IOException
javax.portlet.PortletException