public class WebThrowActionConfig extends WebActionConfig
actionEntry
Constructor and Description |
---|
WebThrowActionConfig(ActionEntry actionEntry) |
Modifier and Type | Method and Description |
---|---|
String |
getActionId() |
String |
getActionView() |
String[] |
getAliasName() |
DispatcherType |
getDispatcherType() |
String |
getReason() |
RequestMethodType |
getRequestMethodType() |
RequestMethodType[] |
getRequestMethodTypeAlias() |
DataType[] |
getRequestTypes() |
int |
getResponseStatus() |
DataType[] |
getResponseTypes() |
String |
getResultActionName() |
Class<? extends Throwable> |
getTarget() |
Class<? extends Throwable>[] |
getTargetAlias() |
boolean |
isRenderable() |
boolean |
isResolvedView() |
getActionExecutor, isResultRenderable
public WebThrowActionConfig(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 WebActionConfig
public DataType[] getResponseTypes()
getResponseTypes
in class WebActionConfig
public DispatcherType getDispatcherType()
getDispatcherType
in class WebActionConfig
public String[] getAliasName()
getAliasName
in class ActionConfig
public RequestMethodType getRequestMethodType()
getRequestMethodType
in class WebActionConfig
public int getResponseStatus()
getResponseStatus
in class WebActionConfig
public RequestMethodType[] getRequestMethodTypeAlias()
getRequestMethodTypeAlias
in class WebActionConfig
public String getReason()
Copyright © 2018 Brandao. All rights reserved.