Liferay 7.0-ce-m6

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

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

public class MVCActionCommandCache
extends Object


Field Summary
static MVCActionCommand EMPTY
           
 
Constructor Summary
MVCActionCommandCache(String packagePrefix, String portletName)
           
 
Method Summary
 void close()
           
 MVCActionCommand getMVCActionCommand(String mvcActionCommandName)
           
 List<MVCActionCommand> getMVCActionCommandChain(String mvcActionCommandChain)
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final MVCActionCommand EMPTY
Constructor Detail

MVCActionCommandCache

public MVCActionCommandCache(String packagePrefix,
                             String portletName)
Method Detail

close

public void close()

getMVCActionCommand

public MVCActionCommand getMVCActionCommand(String mvcActionCommandName)

getMVCActionCommandChain

public List<MVCActionCommand> getMVCActionCommandChain(String mvcActionCommandChain)

isEmpty

public boolean isEmpty()

Liferay 7.0-ce-m6