diff options
Diffstat (limited to 'projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java')
| -rw-r--r-- | projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java | 38 |
1 files changed, 16 insertions, 22 deletions
diff --git a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java index 377345c..cc95697 100644 --- a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java +++ b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionResults.java @@ -19,33 +19,27 @@ License along with this library; if not, see http://www.gnu.org package net.wotonomy.web; /** -* An interface defining the results of a DirectAction. -* Implemented by both WOResponse and WOComponent so both -* can be returned from a DirectAction. -* -* @author michael@mpowers.net -* @author $Author: cgruber $ -* @version $Revision: 893 $ -*/ -public interface WOActionResults -{ -/** -* Returns a response object as appropriate for the target. -*/ - WOResponse generateResponse (); + * An interface defining the results of a DirectAction. Implemented by both + * WOResponse and WOComponent so both can be returned from a DirectAction. + * + * @author michael@mpowers.net + * @author $Author: cgruber $ + * @version $Revision: 893 $ + */ +public interface WOActionResults { + /** + * Returns a response object as appropriate for the target. + */ + WOResponse generateResponse(); } /* - * $Log$ - * Revision 1.1 2006/02/16 13:22:22 cgruber - * Check in all sources in eclipse-friendly maven-enabled packages. + * $Log$ Revision 1.1 2006/02/16 13:22:22 cgruber Check in all sources in + * eclipse-friendly maven-enabled packages. * - * Revision 1.1.1.1 2000/12/21 15:52:44 mpowers - * Contributing wotonomy. + * Revision 1.1.1.1 2000/12/21 15:52:44 mpowers Contributing wotonomy. * - * Revision 1.2 2000/12/20 16:25:49 michael - * Added log to all files. + * Revision 1.2 2000/12/20 16:25:49 michael Added log to all files. * * */ - |
