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, isResultRenderable
public ThrowActionConfig(ActionEntry actionEntry)
public String getActionId()
getActionId
in class ActionConfig
public String getResultActionName()
getResultActionName
in class ActionConfig
public boolean isRenderable()
isRenderable
in class ActionConfig
public boolean isResolvedView()
isResolvedView
in class ActionConfig
public String getActionView()
getActionView
in class ActionConfig
public DataType[] getRequestTypes()
getRequestTypes
in class ActionConfig
public DataType[] getResponseTypes()
getResponseTypes
in class ActionConfig
public DispatcherType getDispatcherType()
getDispatcherType
in class ActionConfig
public String[] getAliasName()
getAliasName
in class ActionConfig
Copyright © 2018 Brandao. All rights reserved.