public class MVCCommandCache extends Object
Constructor and Description |
---|
MVCCommandCache(MVCCommand emptyMVCCommand,
String packagePrefix,
String portletName,
Class<? extends MVCCommand> mvcCommandClass,
String mvcCommandPostFix) |
MVCCommandCache(MVCCommand emptyMVCCommand,
String packagePrefix,
String portletName,
String mvcCommandClassName,
String mvcCommandPostFix)
Deprecated.
As of 7.0.0, replaced by
MVCCommandCache(MVCCommand,
String, String, Class, String) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
MVCCommand |
getMVCCommand(String mvcCommandName) |
List<? extends MVCCommand> |
getMVCCommands(String key) |
boolean |
isEmpty() |
public MVCCommandCache(MVCCommand emptyMVCCommand, String packagePrefix, String portletName, Class<? extends MVCCommand> mvcCommandClass, String mvcCommandPostFix)
@Deprecated public MVCCommandCache(MVCCommand emptyMVCCommand, String packagePrefix, String portletName, String mvcCommandClassName, String mvcCommandPostFix)
MVCCommandCache(MVCCommand,
String, String, Class, String)
public void close()
public MVCCommand getMVCCommand(String mvcCommandName)
public List<? extends MVCCommand> getMVCCommands(String key)
public boolean isEmpty()