Liferay 6.1.2-ce-ga3

com.liferay.util.bridges.mvc
Class ActionCommandCache

java.lang.Object
  extended by com.liferay.util.bridges.mvc.ActionCommandCache

public class ActionCommandCache
extends Object


Field Summary
static String ACTION_PACKAGE_NAME
           
static ActionCommand EMPTY
           
 
Constructor Summary
ActionCommandCache(String packagePrefix)
           
 
Method Summary
 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)
Method Detail

getActionCommand

public ActionCommand getActionCommand(String actionCommandName)

getActionCommandChain

public List<ActionCommand> getActionCommandChain(String actionCommandChain)

isEmpty

public boolean isEmpty()

Liferay 6.1.2-ce-ga3