public class ThrowableSafeData extends Object
Modifier and Type | Field and Description |
---|---|
protected Action |
action |
protected Set<Class<?>> |
alias |
protected String |
parameterName |
protected Action |
parent |
protected boolean |
redirect |
protected Class<?> |
target |
Constructor and Description |
---|
ThrowableSafeData(Action parent) |
Modifier and Type | Method and Description |
---|---|
Action |
getAction() |
Set<Class<?>> |
getAlias() |
String |
getParameterName() |
Action |
getParent() |
Class<?> |
getTarget() |
boolean |
isRedirect() |
void |
setAction(Action action) |
void |
setAlias(Set<Class<?>> alias) |
void |
setParameterName(String parameterName) |
void |
setParent(Action parent) |
void |
setRedirect(boolean redirect) |
void |
setTarget(Class<?> target) |
protected boolean redirect
protected Class<?> target
protected String parameterName
protected Action parent
protected Action action
public ThrowableSafeData(Action parent)
public boolean isRedirect()
public void setRedirect(boolean redirect)
public Class<?> getTarget()
public void setTarget(Class<?> target)
public Action getParent()
public void setParent(Action parent)
public Action getAction()
public void setAction(Action action)
public String getParameterName()
public void setParameterName(String parameterName)
Copyright © 2018 Brandao. All rights reserved.