public abstract class EcmCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EcmCommand.ReloadAfterCommandStrategy
Command callback reload strategies enumeration.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
REDIRECTION_PATH_ATTRIBUTE
ECM command redirection path attribute name.
|
| Constructor and Description |
|---|
EcmCommand(String commandName,
EcmCommand.ReloadAfterCommandStrategy strategy,
String realCommand,
Map<String,Object> realCommandParameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
EcmCommonCommands |
getCommonCommandName() |
String |
getRealCommand() |
Map<String,Object> |
getRealCommandParameters() |
EcmCommand.ReloadAfterCommandStrategy |
getStrategy() |
abstract void |
notifyAfterCommand(org.jboss.portal.core.controller.ControllerContext controllerContext) |
public static final String REDIRECTION_PATH_ATTRIBUTE
public String getCommandName()
public EcmCommand.ReloadAfterCommandStrategy getStrategy()
public String getRealCommand()
public Map<String,Object> getRealCommandParameters()
public abstract void notifyAfterCommand(org.jboss.portal.core.controller.ControllerContext controllerContext)
public EcmCommonCommands getCommonCommandName()
Copyright © 2021. All rights reserved.