Skip navigation links
A B C F G H I P R S T U V W Z 

A

AbstractGenerator - Class in cz.jiripinkas.jsitemapgenerator
 
AbstractGenerator(String) - Constructor for class cz.jiripinkas.jsitemapgenerator.AbstractGenerator
Construct web sitemap.
addPage(WebPage) - Method in class cz.jiripinkas.jsitemapgenerator.AbstractGenerator
Add single page to sitemap
addPages(Collection<WebPage>) - Method in class cz.jiripinkas.jsitemapgenerator.AbstractGenerator
Add collection of pages to sitemap

B

baseUrl - Variable in class cz.jiripinkas.jsitemapgenerator.AbstractGenerator
 

C

ChangeFreq - Enum in cz.jiripinkas.jsitemapgenerator
How frequently the page is likely to change.
constructAndSaveSitemap(File) - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Construct and save sitemap to output file
constructRss() - Method in class cz.jiripinkas.jsitemapgenerator.RssGenerator
 
constructSitemap() - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Construct sitemap into array of Strings
constructSitemapString() - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Construct sitemap into single String
constructUrl(W3CDateFormat, String) - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
cz.jiripinkas.jsitemapgenerator - package cz.jiripinkas.jsitemapgenerator
 
cz.jiripinkas.jsitemapgenerator.exception - package cz.jiripinkas.jsitemapgenerator.exception
 

F

format(Date, StringBuffer, FieldPosition) - Method in class cz.jiripinkas.jsitemapgenerator.W3CDateFormat
This is what you override when you extend DateFormat; use DateFormat.format(Date) instead

G

get(String) - Static method in class cz.jiripinkas.jsitemapgenerator.HttpClientUtil
HTTP GET to URL, return status
getChangeFreq() - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
getLastMod() - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
getName() - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
getPriority() - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
getShortDescription() - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
getShortName() - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
GWTException - Exception in cz.jiripinkas.jsitemapgenerator.exception
 
GWTException(String) - Constructor for exception cz.jiripinkas.jsitemapgenerator.exception.GWTException
 

H

HttpClientUtil - Class in cz.jiripinkas.jsitemapgenerator
 
HttpClientUtil() - Constructor for class cz.jiripinkas.jsitemapgenerator.HttpClientUtil
 

I

InvalidPriorityException - Exception in cz.jiripinkas.jsitemapgenerator.exception
 
InvalidPriorityException(String) - Constructor for exception cz.jiripinkas.jsitemapgenerator.exception.InvalidPriorityException
 
InvalidUrlException - Exception in cz.jiripinkas.jsitemapgenerator.exception
 
InvalidUrlException(Throwable) - Constructor for exception cz.jiripinkas.jsitemapgenerator.exception.InvalidUrlException
 

P

parse(String, ParsePosition) - Method in class cz.jiripinkas.jsitemapgenerator.W3CDateFormat
This is what you override when you extend DateFormat; use DateFormat.parse(String) instead
pingBing(String) - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Ping Bing that sitemap has changed.
pingBing() - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Ping Google that sitemap has changed.
pingGoogle(String) - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Ping Google that sitemap has changed.
pingGoogle() - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Ping Google that sitemap has changed.

R

RssGenerator - Class in cz.jiripinkas.jsitemapgenerator
 
RssGenerator(String, String, String) - Constructor for class cz.jiripinkas.jsitemapgenerator.RssGenerator
 

S

saveSitemap(File, String[]) - Method in class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
Save sitemap to output file
setChangeFreq(ChangeFreq) - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
setLastMod(Date) - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
setName(String) - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
setPriority(Double) - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
setShortDescription(String) - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 
setShortName(String) - Method in class cz.jiripinkas.jsitemapgenerator.WebPage
 

T

toString() - Method in enum cz.jiripinkas.jsitemapgenerator.ChangeFreq
 

U

urls - Variable in class cz.jiripinkas.jsitemapgenerator.AbstractGenerator
 

V

valueOf(String) - Static method in enum cz.jiripinkas.jsitemapgenerator.ChangeFreq
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.jiripinkas.jsitemapgenerator.W3CDateFormat.Pattern
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.jiripinkas.jsitemapgenerator.ChangeFreq
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.jiripinkas.jsitemapgenerator.W3CDateFormat.Pattern
Returns an array containing the constants of this enum type, in the order they are declared.

W

W3CDateFormat - Class in cz.jiripinkas.jsitemapgenerator
Formats and parses dates in the six defined W3C date time formats.
W3CDateFormat() - Constructor for class cz.jiripinkas.jsitemapgenerator.W3CDateFormat
Build a formatter in AUTO mode
W3CDateFormat(W3CDateFormat.Pattern) - Constructor for class cz.jiripinkas.jsitemapgenerator.W3CDateFormat
Build a formatter using the specified Pattern, or AUTO mode
W3CDateFormat.Pattern - Enum in cz.jiripinkas.jsitemapgenerator
The six patterns defined by W3C, plus W3CDateFormat.Pattern.AUTO configuration
WebPage - Class in cz.jiripinkas.jsitemapgenerator
 
WebPage() - Constructor for class cz.jiripinkas.jsitemapgenerator.WebPage
 
WebSitemapGenerator - Class in cz.jiripinkas.jsitemapgenerator
 
WebSitemapGenerator(String) - Constructor for class cz.jiripinkas.jsitemapgenerator.WebSitemapGenerator
 

Z

ZULU - Static variable in class cz.jiripinkas.jsitemapgenerator.W3CDateFormat
The GMT ("zulu") time zone, for your convenience
A B C F G H I P R S T U V W Z 
Skip navigation links

Copyright © 2015. All rights reserved.