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
Constructor Summary |
Page()
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
content
private java.lang.String content
contentType
private java.lang.String contentType
cached
private boolean cached
changeables
private java.util.Vector changeables
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 Java Apache Project. All Rights Reserved.