API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.utils. JOTGoogleSitemapBuilder View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTGoogleSitemapBuilder
Implements
Subclasses
Description
public class JOTGoogleSitemapBuilder
Helper to write a google sitemap
See also:   
Constructors
public JOTGoogleSitemapBuilder ()
Methods
Hide/Show inherited methods
public void addEntry (String url)
public void addEntry (String url, String priority)
public void addEntry (String url, String priority, String changeFreq)
  url: full url http://www.sealybedding.com/something chnageFreq: daily,weekly, hourly,monthly,always etc...
public void reset ()
reset the xml (restart from scratch)
public void saveAs (File file, boolean gzipped)
  Save the generated xml to a file
public String toString ()
return te generated xml as a string;
Fields
Hide/Show inherited fields
pack-private String xml
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar