org.apache.cocoon.processor.xsp
Class XSPProcessor.PageEntry

java.lang.Object
  |
  +--org.apache.cocoon.processor.xsp.XSPProcessor.PageEntry
Enclosing class:
XSPProcessor

public class XSPProcessor.PageEntry
extends java.lang.Object


Field Summary
protected  XSPPage page
           
protected  java.io.File source
           
protected  java.io.File target
           
 
Constructor Summary
XSPProcessor.PageEntry(java.io.File source, java.io.File target)
           
 
Method Summary
 XSPPage getPage()
           
 boolean hasChanged()
           
 void setPage(XSPPage page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.io.File source

target

protected java.io.File target

page

protected XSPPage page
Constructor Detail

XSPProcessor.PageEntry

public XSPProcessor.PageEntry(java.io.File source,
                              java.io.File target)
Method Detail

hasChanged

public boolean hasChanged()

setPage

public void setPage(XSPPage page)

getPage

public XSPPage getPage()


Copyright © 1999-2000 Apache Software Foundation. All Rights Reserved.