public interface ActionResultInfoProvider
Modifier and Type | Method and Description |
---|---|
oracle.fmwplatform.util.logging.PlatformLogger |
getActionFramweworkLogger()
Returns the LOGGER being used by the ActionFramwework.
|
ActionPhase |
getActionPhase()
Returns the current phase that Action is executing.
|
ActionType |
getActionType()
The type of Action.
|
String |
getMessageForId(String messageId)
Returns the message identified by the messageId without any parameters.
|
String |
getMessageForId(String messageId, Object... parameters)
Returns the message identified by the messageId with the parameters substituted as appropriate.
|
oracle.fmwplatform.util.logging.PlatformLogger getActionFramweworkLogger()
ActionType getActionType()
ActionPhase getActionPhase()
String getMessageForId(String messageId)
messageId
- the messageId that is to be looked up in the resource bundleString getMessageForId(String messageId, Object... parameters)
messageId
- the messageId that is to be looked up in the resource bundleparameters
- the parameters to be substituted in the message