Liferay 7.0-ce-a3

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.softwarecatalog.action   
 

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)
           
 

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

Classes in com.liferay.portlet.softwarecatalog.action that implement MVCCommand
 class EditFrameworkVersionMVCActionCommand
           
 class EditFrameworkVersionMVCRenderCommand
           
 class EditLicenseMVCActionCommand
           
 class EditLicenseMVCRenderCommand
           
 class EditProductEntryMVCActionCommand
           
 class EditProductEntryMVCRenderCommand
           
 class EditProductVersionMVCActionCommand
           
 class EditProductVersionMVCRenderCommand
           
 class ViewMVCRenderCommand
           
 class ViewProductEntryMVCRenderCommand
           
 


Liferay 7.0-ce-a3