com.liferay.portlet.wsrp
Class WSRPProxyPortlet
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portlet.StrutsPortlet
com.liferay.portlet.wsrp.WSRPProxyPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
- public class WSRPProxyPortlet
- extends StrutsPortlet
View Source
- Author:
- Michael Young
Method Summary |
void |
_processActionRemote(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse actionResponse)
|
void |
_renderRemote(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse renderResponse)
|
void |
init(javax.portlet.PortletConfig config)
|
void |
processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
void |
render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet |
doDispatch |
Methods inherited from class javax.portlet.GenericPortlet |
destroy, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAVIGATIONAL_STATE
public static final java.lang.String NAVIGATIONAL_STATE
- See Also:
- Constant Field Values
REMOTE_INVOCATION
public static final java.lang.String REMOTE_INVOCATION
- See Also:
- Constant Field Values
WSRPProxyPortlet
public WSRPProxyPortlet()
init
public void init(javax.portlet.PortletConfig config)
throws javax.portlet.PortletException
- Specified by:
init
in interface javax.portlet.Portlet
- Overrides:
init
in class StrutsPortlet
- Throws:
javax.portlet.PortletException
processAction
public void processAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
java.io.IOException
- Specified by:
processAction
in interface javax.portlet.Portlet
- Overrides:
processAction
in class StrutsPortlet
- Throws:
javax.portlet.PortletException
java.io.IOException
render
public void render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
java.io.IOException
- Throws:
javax.portlet.PortletException
java.io.IOException
_processActionRemote
public void _processActionRemote(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException
- Throws:
javax.portlet.PortletException
_renderRemote
public void _renderRemote(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse renderResponse)
throws javax.portlet.PortletException,
java.io.IOException
- Throws:
javax.portlet.PortletException
java.io.IOException