2004.04.29


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

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
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
 

Constructor Detail

View

public View()
Constructs a View object.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.