A C F G O P S

S

setChangeFrequency(String) - Method in class com.bssp.javasitemapper.SitemapURL
This sets the attribute describing the frequency in which the link is updated.
setLastModified(String) - Method in class com.bssp.javasitemapper.SitemapURL
This sets the attribute describing the date the URL was last modified.
setLocation(String) - Method in class com.bssp.javasitemapper.SitemapURL
This sets the attribute describing the URL's location.
setPriority(String) - Method in class com.bssp.javasitemapper.SitemapURL
This sets the the attribute describing the URL's priority with respect to all other URLs on the webpage.
setSitemapDomain(String) - Method in class com.bssp.javasitemapper.SitemapOutput
This sets the file's domain.
setSitemapFilename(String) - Method in class com.bssp.javasitemapper.SitemapOutput
This sets the file's filename.
setSitemapURI(String) - Method in class com.bssp.javasitemapper.SitemapOutput
This sets the file's location.
Sitemap - Class in com.bssp.javasitemapper
Class Sitemap acts as the main container for the sitemap.xml file, setting up the "urlset" attribute required for every sitemap.xml file and used to hold URL containers and their encapsulated attributes.
Sitemap() - Constructor for class com.bssp.javasitemapper.Sitemap
This constructor creates a new Sitemap object that will serve as a container for building the sitemap file(s).
SitemapOutput - Class in com.bssp.javasitemapper
Class SitemapOutput writes a urlset container to disk as a sitemap.xml file (or a set of sitemap files referenced by a sitemap index file), in addition to formatting the sitemap file(s) so that they are readable.
SitemapOutput() - Constructor for class com.bssp.javasitemapper.SitemapOutput
This constructor creates a new SitemapOutput object with an undefined domain name, filepath set to the root of the web application, and filename set to "sitemap.xml".
SitemapOutput(String) - Constructor for class com.bssp.javasitemapper.SitemapOutput
This overloaded constructor creates a new SitemapOutput object with a user-defined domain name, filepath set to the root of the web application, and filename set to "sitemap.xml".
SitemapOutput(String, String) - Constructor for class com.bssp.javasitemapper.SitemapOutput
This overloaded constructor creates a new SitemapOutput object with a user-defined domain name, user-defined filepath, and filename set to "sitemap.xml".
SitemapOutput(String, String, String) - Constructor for class com.bssp.javasitemapper.SitemapOutput
This overloaded constructor creates a new SitemapOutput object with a user-defined domain name, filepath, and filename.
SitemapURL - Class in com.bssp.javasitemapper
Class SitemapOutputURL allows the creation, retrieval, and initialization of URL-related attributes.
SitemapURL(String) - Constructor for class com.bssp.javasitemapper.SitemapURL
This overloaded constructor creates a new SitemapURL object with a user-specified location attribute.
SitemapURL(String, String, String, String) - Constructor for class com.bssp.javasitemapper.SitemapURL
This overloaded constructor creates a new SitemapURL object with user-specified location, lastModified, changeFrequency, and priority attributes.

A C F G O P S