public class ActionCommandCache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_PACKAGE_NAME |
static ActionCommand |
EMPTY |
| Constructor and Description |
|---|
ActionCommandCache(java.lang.String packagePrefix) |
| Modifier and Type | Method and Description |
|---|---|
ActionCommand |
getActionCommand(java.lang.String actionCommandName) |
java.util.List<ActionCommand> |
getActionCommandChain(java.lang.String actionCommandChain) |
boolean |
isEmpty() |
public static final java.lang.String ACTION_PACKAGE_NAME
public static final ActionCommand EMPTY
public ActionCommand getActionCommand(java.lang.String actionCommandName)
public java.util.List<ActionCommand> getActionCommandChain(java.lang.String actionCommandChain)
public boolean isEmpty()