2004.04.29


com.jdc.http.jsp
Class JspDocument

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.lang.SerializableObject
              |
              +--com.jdc.xml.Document
                    |
                    +--com.jdc.gui.html.Document
                          |
                          +--com.jdc.http.jsp.JspDocument
All Implemented Interfaces:
MarkupLanguage, Serializable

public class JspDocument
extends Document

JspDocument represent a JavaServer Page™ (JSP™) document. The default document is an XHTML Transitional document.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
Fields inherited from interface com.jdc.gui.html.MarkupLanguage
XHTML
 
Constructor Summary
JspDocument()
          Constructs a new JspDocument object.
 
Methods inherited from class com.jdc.gui.html.Document
create, getBody, getContent, getHead, setContent, toString
 
Methods inherited from class com.jdc.xml.Document
getDeclaration, getProlog, getType, setDeclaration, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JspDocument

public JspDocument()
Constructs a new JspDocument object.


2004.04.29



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