public class ForwardPageResponseComposite extends Object implements Serializable
ActionConfigContentHandler
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected ActionForwardPageIF |
forwardPage |
protected Integer |
responseType |
Constructor and Description |
---|
ForwardPageResponseComposite(ActionForwardPageIF forwardPage,
int responseType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ActionForwardPageIF |
getForwardPage() |
int |
getResponseType() |
int |
hashCode() |
void |
setForwardPage(ActionForwardPageIF forwardPage) |
void |
setResponseType(int responseType) |
protected ActionForwardPageIF forwardPage
protected Integer responseType
public ForwardPageResponseComposite(ActionForwardPageIF forwardPage, int responseType)
public ActionForwardPageIF getForwardPage()
public void setForwardPage(ActionForwardPageIF forwardPage)
public int getResponseType()
public void setResponseType(int responseType)