Liferay 7.0-ce-b4

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, String mvcCommandClassName, String mvcCommandPostFix)
           
 
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,
                       String mvcCommandClassName,
                       String mvcCommandPostFix)
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-ce-b4