org.apache.cocoon.framework
Class Page
java.lang.Object
|
+--org.apache.cocoon.framework.Page
- All Implemented Interfaces:
- java.io.Serializable
- 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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page()
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.