org.apache.cocoon.framework
Class Page

java.lang.Object
  |
  +--org.apache.cocoon.framework.Page

public class Page
extends java.lang.Object
implements java.io.Serializable

The Page wrapper class.

Version:
$Revision: 1.3 $ $Date: 1999/09/13 00:24:43 $
Author:
Stefano Mazzocchi
See Also:
Serialized Form

Field Summary
private  boolean cached
           
private  java.util.Vector changeables
           
private  java.lang.String content
           
private  java.lang.String contentType
           
 
Constructor Summary
Page()
           
 
Method Summary
 java.util.Enumeration getChangeables()
           
 java.lang.String getContent()
           
 java.lang.String getContentType()
           
 boolean isCached()
           
 boolean isText()
           
 void setCached(boolean cached)
           
 void setChangeable(Changeable change)
           
 void setContent(java.lang.String content)
           
 void setContentType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

content

private java.lang.String content

contentType

private java.lang.String contentType

cached

private boolean cached

changeables

private java.util.Vector changeables
Constructor Detail

Page

public Page()
Method Detail

getContent

public java.lang.String getContent()

setContent

public void setContent(java.lang.String content)

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String type)

isText

public boolean isText()

getChangeables

public java.util.Enumeration getChangeables()

setChangeable

public void setChangeable(Changeable change)

isCached

public boolean isCached()

setCached

public void setCached(boolean cached)


Copyright 1999 Java Apache Project. All Rights Reserved.