public class ThrowActionConfig extends ActionConfig
actionEntry| Constructor and Description |
|---|
ThrowActionConfig(ActionEntry actionEntry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionId() |
String |
getActionView() |
String[] |
getAliasName() |
org.brandao.brutos.DispatcherType |
getDispatcherType() |
org.brandao.brutos.DataType[] |
getRequestTypes() |
org.brandao.brutos.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 org.brandao.brutos.DataType[] getRequestTypes()
getRequestTypes in class ActionConfigpublic org.brandao.brutos.DataType[] getResponseTypes()
getResponseTypes in class ActionConfigpublic org.brandao.brutos.DispatcherType getDispatcherType()
getDispatcherType in class ActionConfigpublic String[] getAliasName()
getAliasName in class ActionConfigCopyright © 2018 Brandao. All rights reserved.