|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.struts.action.ActionForm
|
+--openfuture.util.forms.TransactionResultForm
Form bean containing results of a transaction.
Created: Wed Jan 24 06:05:27 2001
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
TransactionResultForm()
Creates a new TransactionResultForm instance.
|
|
TransactionResultForm(java.lang.String title,
java.util.LinkedList messages,
java.lang.String continueText,
java.lang.String continueURL)
Creates a new TransactionResultForm instance and
sets all bean attributes. |
|
| Method Summary | |
java.lang.String |
getContinueText()
Returns the text of the "Continue" link. |
java.lang.String |
getContinueURL()
Returns the URL where the "Continue" link points to. |
java.util.LinkedList |
getMessages()
Returns the messages to be displayed. |
java.lang.String |
getTitle()
Returns the title to be displayed. |
void |
setContinueText(java.lang.String v)
Set the text of the "Continue" link. |
void |
setContinueURL(java.lang.String v)
Set the URL where the "Continue" link points to. |
void |
setMessages(java.util.LinkedList v)
Set the messages to be displayed. |
void |
setTitle(java.lang.String v)
Set the title to be displayed. |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransactionResultForm()
TransactionResultForm instance.
Does nothing.
public TransactionResultForm(java.lang.String title,
java.util.LinkedList messages,
java.lang.String continueText,
java.lang.String continueURL)
TransactionResultForm instance and
sets all bean attributes.title - the title to be displayed.message - the messages to be displayed.continueText - the text of
the "Continue"-Link.continueURL - the URL of
the "Continue"-Link.| Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String v)
v - the title.public java.util.LinkedList getMessages()
public void setMessages(java.util.LinkedList v)
v - the list of messages.public java.lang.String getContinueText()
public void setContinueText(java.lang.String v)
v - the text.public java.lang.String getContinueURL()
String.public void setContinueURL(java.lang.String v)
v - the link as String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||