net.ontopia.topicmaps.webed.impl.utils
Class ForwardPageResponseComposite
java.lang.Object
net.ontopia.topicmaps.webed.impl.utils.ForwardPageResponseComposite
- All Implemented Interfaces:
- Serializable
public class ForwardPageResponseComposite
- extends Object
- implements Serializable
INTERNAL: Container to store an action forward page object together
with a action response type, which enables to store the forward
information as a triple consisting of (key: forward id, value =
forward page + response type).
- See Also:
ActionConfigContentHandler
,
Serialized Form
forwardPage
protected ActionForwardPageIF forwardPage
responseType
protected Integer responseType
ForwardPageResponseComposite
public ForwardPageResponseComposite(ActionForwardPageIF forwardPage,
int responseType)
getForwardPage
public ActionForwardPageIF getForwardPage()
setForwardPage
public void setForwardPage(ActionForwardPageIF forwardPage)
getResponseType
public int getResponseType()
setResponseType
public void setResponseType(int responseType)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2000-2012 Ontopia.