public class ThrowActionConfig extends ActionConfig
actionEntry| Constructor and Description |
|---|
ThrowActionConfig(ActionEntry actionEntry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionId() |
String |
getActionView() |
String[] |
getAliasName() |
DispatcherType |
getDispatcherType() |
DataType[] |
getRequestTypes() |
DataType[] |
getResponseTypes() |
String |
getResultActionName() |
Class<? extends Throwable> |
getTarget() |
Class<? extends Throwable>[] |
getTargetAlias() |
boolean |
isRenderable() |
boolean |
isResolvedView() |
getActionExecutor, isResultRenderablepublic ThrowActionConfig(ActionEntry actionEntry)
public String getActionId()
getActionId in class ActionConfigpublic String getResultActionName()
getResultActionName in class ActionConfigpublic boolean isRenderable()
isRenderable in class ActionConfigpublic boolean isResolvedView()
isResolvedView in class ActionConfigpublic String getActionView()
getActionView in class ActionConfigpublic DataType[] getRequestTypes()
getRequestTypes in class ActionConfigpublic DataType[] getResponseTypes()
getResponseTypes in class ActionConfigpublic DispatcherType getDispatcherType()
getDispatcherType in class ActionConfigpublic String[] getAliasName()
getAliasName in class ActionConfigCopyright © 2026 Brandao. All rights reserved.