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.4 $ $Date: 2000/02/13 18:29:22 $
Author:
Stefano Mazzocchi
See Also:
Serialized Form

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, toString, wait, wait, wait
 

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-2000 Apache Software Foundation. All Rights Reserved.