Liferay 7.0-ce-a2

com.liferay.portlet.login.action
Class CaptchaMVCResourceCommand

java.lang.Object
  extended by com.liferay.portlet.login.action.CaptchaMVCResourceCommand
All Implemented Interfaces:
MVCCommand, MVCResourceCommand

public class CaptchaMVCResourceCommand
extends Object
implements MVCResourceCommand


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.portlet.bridges.mvc.MVCResourceCommand
EMPTY
 
Constructor Summary
CaptchaMVCResourceCommand()
           
 
Method Summary
 boolean serveResource(ResourceRequest resourceRequest, ResourceResponse resourceResponse)
          Invoked by MVCPortlet to allow the portlet to serve a resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaMVCResourceCommand

public CaptchaMVCResourceCommand()
Method Detail

serveResource

public boolean serveResource(ResourceRequest resourceRequest,
                             ResourceResponse resourceResponse)
Description copied from interface: MVCResourceCommand
Invoked by MVCPortlet to allow the portlet to serve a resource.

Specified by:
serveResource in interface MVCResourceCommand
Parameters:
resourceRequest - the resource request
resourceResponse - the resource response
Returns:
true if an error occurs in serving the resource; false otherwise

Liferay 7.0-ce-a2