com.jdc.app.mvc
Class View
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.app.mvc.View
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HttpView
- public abstract class View
- extends SerializableObject
View encapsulates the basic information, i.e. the View in a Model-View-Controller
(MVC) framework, to be displayed to the user. For example, the view displayed to
the user may be a JavaServer Page (JSP), i.e. JspView.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
JspView,
Serialized Form
|
Constructor Summary |
View()
Constructs a View object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
View
public View()
- Constructs a View object.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.