Liferay 7.0-ce-m3

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

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

public class ActionCommandCache
extends Object


Field Summary
static String ACTION_PACKAGE_NAME
           
static ActionCommand EMPTY
           
 
Constructor Summary
ActionCommandCache(String packagePrefix, String portletName)
           
 
Method Summary
 void close()
           
 ActionCommand getActionCommand(String actionCommandName)
           
 List<ActionCommand> getActionCommandChain(String actionCommandChain)
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_PACKAGE_NAME

public static final String ACTION_PACKAGE_NAME
See Also:
Constant Field Values

EMPTY

public static final ActionCommand EMPTY
Constructor Detail

ActionCommandCache

public ActionCommandCache(String packagePrefix,
                          String portletName)
Method Detail

close

public void close()

getActionCommand

public ActionCommand getActionCommand(String actionCommandName)

getActionCommandChain

public List<ActionCommand> getActionCommandChain(String actionCommandChain)

isEmpty

public boolean isEmpty()

Liferay 7.0-ce-m3