com.liferay.util.bridges.mvc
Class ActionCommandCache

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

public class ActionCommandCache
extends java.lang.Object

View Source

Author:
Michael C. Han

Field Summary
static java.lang.String ACTION_PACKAGE_NAME
           
static ActionCommand EMPTY
           
 
Constructor Summary
ActionCommandCache(java.lang.String packagePrefix)
           
 
Method Summary
 ActionCommand getActionCommand(java.lang.String actionCommandName)
           
 java.util.List<ActionCommand> getActionCommandChain(java.lang.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 java.lang.String ACTION_PACKAGE_NAME
See Also:
Constant Field Values

EMPTY

public static final ActionCommand EMPTY
Constructor Detail

ActionCommandCache

public ActionCommandCache(java.lang.String packagePrefix)
Method Detail

getActionCommand

public ActionCommand getActionCommand(java.lang.String actionCommandName)

getActionCommandChain

public java.util.List<ActionCommand> getActionCommandChain(java.lang.String actionCommandChain)

isEmpty

public boolean isEmpty()