com.liferay.portal.kernel.portlet.bridges.mvc
Class MVCCommandCache
java.lang.Object
com.liferay.portal.kernel.portlet.bridges.mvc.MVCCommandCache
public class MVCCommandCache
- extends Object
|
Constructor Summary |
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) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MVCCommandCache
public MVCCommandCache(MVCCommand emptyMVCCommand,
String packagePrefix,
String portletName,
Class<? extends MVCCommand> mvcCommandClass,
String mvcCommandPostFix)
MVCCommandCache
@Deprecated
public 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)
close
public void close()
getMVCCommand
public MVCCommand getMVCCommand(String mvcCommandName)
getMVCCommands
public List<? extends MVCCommand> getMVCCommands(String key)
isEmpty
public boolean isEmpty()