public class ActionConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected ActionEntry |
actionEntry |
Constructor and Description |
---|
ActionConfig(ActionEntry actionEntry) |
Modifier and Type | Method and Description |
---|---|
String |
getActionExecutor() |
String |
getActionId() |
String |
getActionView() |
String[] |
getAliasName() |
DispatcherType |
getDispatcherType() |
DataType[] |
getRequestTypes() |
DataType[] |
getResponseTypes() |
String |
getResultActionName() |
boolean |
isRenderable() |
boolean |
isResolvedView() |
boolean |
isResultRenderable() |
protected ActionEntry actionEntry
public ActionConfig(ActionEntry actionEntry)
public String getActionId()
public String getResultActionName()
public boolean isResultRenderable()
public boolean isRenderable()
public boolean isResolvedView()
public String getActionView()
public String getActionExecutor()
public DataType[] getRequestTypes()
public DataType[] getResponseTypes()
public DispatcherType getDispatcherType()
public String[] getAliasName()
Copyright © 2018 Brandao. All rights reserved.