org.polliwog.data
Class PageSet

java.lang.Object
  extended by org.polliwog.data.PageSet

public class PageSet
extends java.lang.Object


Constructor Summary
PageSet(org.jdom.Element root, VisitorEnvironment env, java.io.File dir)
           
 
Method Summary
 java.lang.String getId()
           
 PolliwogIterator getIterator()
           
 Page getPage(java.lang.String p)
           
 java.util.List getPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageSet

public PageSet(org.jdom.Element root,
               VisitorEnvironment env,
               java.io.File dir)
        throws org.jdom.JDOMException,
               WeblogException
Throws:
org.jdom.JDOMException
WeblogException
Method Detail

getId

public java.lang.String getId()

getIterator

public PolliwogIterator getIterator()

getPages

public java.util.List getPages()

getPage

public Page getPage(java.lang.String p)


  Copyright © 2007 Gary Bentley. All Rights Reserved.