Liferay 7.0-ce-a2

Uses of Interface
com.liferay.portal.kernel.portlet.bridges.mvc.MVCCommand

Packages that use MVCCommand
com.liferay.portal.kernel.portlet.bridges.mvc   
com.liferay.portlet.directory.action   
com.liferay.portlet.login.action   
 

Uses of MVCCommand in com.liferay.portal.kernel.portlet.bridges.mvc
 

Subinterfaces of MVCCommand in com.liferay.portal.kernel.portlet.bridges.mvc
 interface MVCActionCommand
          Provides an interface to allow the portlet to process a particular action request.
 interface MVCRenderCommand
          Provides an interface to handle the render phase of the portlet.
 interface MVCResourceCommand
          Provides an interface to allow the portlet to serve a resource.
 

Classes in com.liferay.portal.kernel.portlet.bridges.mvc that implement MVCCommand
 class BaseMVCActionCommand
           
 class BaseMVCResourceCommand
           
 class BaseTransactionalMVCActionCommand
           
 

Methods in com.liferay.portal.kernel.portlet.bridges.mvc that return MVCCommand
 MVCCommand MVCCommandCache.getMVCCommand(String mvcCommandName)
           
 

Methods in com.liferay.portal.kernel.portlet.bridges.mvc that return types with arguments of type MVCCommand
 List<? extends MVCCommand> MVCCommandCache.getMVCCommands(String key)
           
 

Constructors in com.liferay.portal.kernel.portlet.bridges.mvc with parameters of type MVCCommand
MVCCommandCache(MVCCommand emptyMVCCommand, String packagePrefix, String portletName, String mvcCommandClassName, String mvcCommandPostFix)
           
 

Uses of MVCCommand in com.liferay.portlet.directory.action
 

Classes in com.liferay.portlet.directory.action that implement MVCCommand
 class ViewDirectoryMVCRenderCommand
           
 class ViewOrganizationDirectoryMVCRenderCommand
           
 class ViewUserDirectoryMVCRenderCommand
           
 

Uses of MVCCommand in com.liferay.portlet.login.action
 

Classes in com.liferay.portlet.login.action that implement MVCCommand
 class CaptchaMVCResourceCommand
           
 class CreateAccountMVCActionCommand
           
 class CreateAccountMVCRenderCommand
           
 class CreateAnonymousAccountMVCActionCommand
           
 class CreateAnonymousAccountMVCRenderCommand
           
 class ForgotPasswordMVCActionCommand
           
 class ForgotPasswordMVCRenderCommand
           
 class LoginMVCActionCommand
           
 class LoginMVCRenderCommand
           
 class LoginRedirectMVCRenderCommand
           
 


Liferay 7.0-ce-a2