| Package | Description |
|---|---|
| com.liferay.portal.kernel.portlet.bridges.mvc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormMVCActionCommand |
interface |
MVCActionCommand
Provides an interface to allow the portlet to process a particular action
request.
|
interface |
MVCRenderCommand
Provides an interface to handle the render phase of the portlet.
|
interface |
MVCResourceCommand
Provides an interface to allow the portlet to serve a resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFormMVCActionCommand |
class |
BaseMVCActionCommand |
class |
BaseMVCResourceCommand |
class |
BaseRSSMVCResourceCommand |
class |
BaseTransactionalMVCActionCommand |
| Modifier and Type | Method and Description |
|---|---|
MVCCommand |
MVCCommandCache.getMVCCommand(String mvcCommandName) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends MVCCommand> |
MVCCommandCache.getMVCCommands(String key) |
| 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.MVCCommandCache(MVCCommand,
String, String, Class, String) |
| Constructor and Description |
|---|
MVCCommandCache(MVCCommand emptyMVCCommand,
String packagePrefix,
String portletName,
Class<? extends MVCCommand> mvcCommandClass,
String mvcCommandPostFix) |