com.liferay.portlet.wsrp
Class WSRPProxyPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended bycom.liferay.portal.kernel.portlet.LiferayPortlet
          extended bycom.liferay.portlet.StrutsPortlet
              extended bycom.liferay.portlet.wsrp.WSRPProxyPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class WSRPProxyPortlet
extends StrutsPortlet

View Source

Author:
Michael Young

Field Summary
static java.lang.String NAVIGATIONAL_STATE
           
static java.lang.String REMOTE_INVOCATION
           
 
Fields inherited from class com.liferay.portlet.StrutsPortlet
aboutAction, configAction, copyRequestParameters, editAction, editDefaultsAction, editGuestAction, helpAction, previewAction, printAction, viewAction
 
Constructor Summary
WSRPProxyPortlet()
           
 
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.portlet.StrutsPortlet
doAbout, doConfig, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, include
 
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
 

Field Detail

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
Constructor Detail

WSRPProxyPortlet

public WSRPProxyPortlet()
Method Detail

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