Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.portlet.bridges.mvc
Class MVCCommandCache

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.bridges.mvc.MVCCommandCache

public class MVCCommandCache
extends Object


Constructor Summary
MVCCommandCache(MVCCommand emptyMVCCommand, String packagePrefix, String portletName, Class<? extends MVCCommand> mvcCommandClass, String mvcCommandPostFix)
           
MVCCommandCache(MVCCommand emptyMVCCommand, String packagePrefix, String portletName, String mvcCommandClassName, String mvcCommandPostFix)
          Deprecated. As of 7.0.0, replaced by MVCCommandCache(MVCCommand, String, String, Class, String)
 
Method Summary
 void close()
           
 MVCCommand getMVCCommand(String mvcCommandName)
           
 List<? extends MVCCommand> getMVCCommands(String key)
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVCCommandCache

public MVCCommandCache(MVCCommand emptyMVCCommand,
                       String packagePrefix,
                       String portletName,
                       Class<? extends MVCCommand> mvcCommandClass,
                       String mvcCommandPostFix)

MVCCommandCache

@Deprecated
public MVCCommandCache(MVCCommand emptyMVCCommand,
                                  String packagePrefix,
                                  String portletName,
                                  String mvcCommandClassName,
                                  String mvcCommandPostFix)
Deprecated. As of 7.0.0, replaced by MVCCommandCache(MVCCommand, String, String, Class, String)

Method Detail

close

public void close()

getMVCCommand

public MVCCommand getMVCCommand(String mvcCommandName)

getMVCCommands

public List<? extends MVCCommand> getMVCCommands(String key)

isEmpty

public boolean isEmpty()

Liferay 7.0-ga1 portal-kernel