Liferay 7.0-ce-b4

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

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

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

Subinterfaces of MVCCommand in com.liferay.portal.kernel.portlet.bridges.mvc
 interface FormMVCActionCommand
           
 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 BaseFormMVCActionCommand
           
 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)
           
 


Liferay 7.0-ce-b4