Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P R S T U W

A

autoformat(String) - Static method in class org.roller.util.Utilities
Autoformat.
availableConnections - Variable in class org.roller.util.ConnectionPool
 

B

busyConnections - Variable in class org.roller.util.ConnectionPool
 

C

ConnectionPool - class org.roller.util.ConnectionPool.
A class for preallocating, recycling, and managing JDBC connections.
ConnectionPool(String, String, String, String, int, int, boolean) - Constructor for class org.roller.util.ConnectionPool
 
closeAllConnections() - Method in class org.roller.util.ConnectionPool
Close all the connections.
closeConnections(Vector) - Method in class org.roller.util.ConnectionPool
 
connectionPending - Variable in class org.roller.util.ConnectionPool
 
copyFile(File, File) - Static method in class org.roller.util.Utilities
 
copyInputToOutput(InputStream, OutputStream, long) - Static method in class org.roller.util.Utilities
Utility method to copy an input stream to an output stream.
copyInputToOutput(InputStream, OutputStream) - Static method in class org.roller.util.Utilities
 

D

DateUtil - class org.roller.util.DateUtil.
General purpose date utilities.
DateUtil() - Constructor for class org.roller.util.DateUtil
 
decodeString(String) - Static method in class org.roller.util.Utilities
Decode a string using Base64 encoding.
defaultDate(Date) - Static method in class org.roller.util.DateUtil
 
defaultDateFormat() - Static method in class org.roller.util.DateUtil
 
defaultTimestamp(Date) - Static method in class org.roller.util.DateUtil
 
defaultTimestampFormat() - Static method in class org.roller.util.DateUtil
 
driver - Variable in class org.roller.util.ConnectionPool
 

E

encodePassword(String, String) - Static method in class org.roller.util.Utilities
Encode a string using algorithm specified in web.xml and return the resulting encrypted password.
encodeString(String) - Static method in class org.roller.util.Utilities
Encode a string using Base64 encoding.
escapeHTML(String) - Static method in class org.roller.util.Utilities
Escape, but do not replace HTML.
escapeHTML(String, boolean) - Static method in class org.roller.util.Utilities
Escape, but do not replace HTML.
extractByParsingHtml(String, String) - Method in class org.roller.util.LinkbackExtractor
 
extractByParsingRss(String, String) - Method in class org.roller.util.LinkbackExtractor
 

F

format(Date, SimpleDateFormat) - Static method in class org.roller.util.DateUtil
Returns a string the represents the passed-in date parsed according to the passed-in format.
format8chars(Date) - Static method in class org.roller.util.DateUtil
 
formatDateString(String, SimpleDateFormat) - Static method in class org.roller.util.DateUtil
Tries to take the passed-in String and format it as a date string in the the passed-in format.
formatIso8601(Date) - Static method in class org.roller.util.DateUtil
 
formatIso8601Date(Date) - Static method in class org.roller.util.Utilities
Format date in ISO-8601 format.
formatRfc822(Date) - Static method in class org.roller.util.DateUtil
 
formatRfc822Date(Date) - Static method in class org.roller.util.Utilities
Return a date in RFC-822 format.
free(Connection) - Method in class org.roller.util.ConnectionPool
 
friendlyDate(Date, boolean) - Static method in class org.roller.util.DateUtil
Format the date using the "friendly" date format.
friendlyDate(Date) - Static method in class org.roller.util.DateUtil
 
friendlyDateFormat(boolean) - Static method in class org.roller.util.DateUtil
Returns a "friendly" date format.
friendlyTimestamp(Date) - Static method in class org.roller.util.DateUtil
 
friendlyTimestampFormat() - Static method in class org.roller.util.DateUtil
 
fullDate(Date) - Static method in class org.roller.util.DateUtil
 
fullDateFormat() - Static method in class org.roller.util.DateUtil
 

G

getConnection() - Method in class org.roller.util.ConnectionPool
 
getEndOfDay(Date) - Static method in class org.roller.util.DateUtil
Returns a Date set to the last possible millisecond of the day, just before midnight.
getEndOfDay(Date, Calendar) - Static method in class org.roller.util.DateUtil
 
getExcerpt() - Method in class org.roller.util.LinkbackExtractor
Returns the excerpt.
getFormats() - Static method in class org.roller.util.DateUtil
Gets the array of SimpleDateFormats that DateUtil knows about.
getPermalink() - Method in class org.roller.util.LinkbackExtractor
Returns the permalink.
getStartOfDay(Date) - Static method in class org.roller.util.DateUtil
Returns a Date set to the first possible millisecond of the day, just after midnight.
getStartOfDay(Date, Calendar) - Static method in class org.roller.util.DateUtil
Returns a Date set to the first possible millisecond of the day, just after midnight.
getTitle() - Method in class org.roller.util.LinkbackExtractor
Returns the title.

H

handleEndTag(HTML.Tag, int) - Method in class org.roller.util.LinkbackExtractor.LinkbackCallback
Stop at the very first divider tag after the permalink.
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.roller.util.LinkbackExtractor.LinkbackCallback
Needed to handle SPAN tag.
handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.roller.util.LinkbackExtractor.LinkbackCallback
Look for divider tags and for the permalink.
handleText(char[], int) - Method in class org.roller.util.LinkbackExtractor.LinkbackCallback
Get the page title

I

intArrayToString(int[]) - Static method in class org.roller.util.Utilities
Convert integer array to a string.
isNotEmpty(String) - Static method in class org.roller.util.Utilities
Utility methods for calling StringUtils since it cannot be instantiated and Utilties can.
isValidDateRange(Date, Date) - Static method in class org.roller.util.DateUtil
Returns true if endDate is after startDate or if startDate equals endDate or if they are the same date.
isValidDateRange(Date, Date, boolean) - Static method in class org.roller.util.DateUtil
Returns true if endDate is after startDate or if startDate equals endDate.

L

LinkbackExtractor - class org.roller.util.LinkbackExtractor.
Parses HTML file for refering linkback title and excerpt.
LinkbackExtractor(String, String) - Constructor for class org.roller.util.LinkbackExtractor
Extact refering page title, excerpt, and permalink.
LinkbackExtractor.LinkbackCallback - class org.roller.util.LinkbackExtractor.LinkbackCallback.
Parser callback that finds title and excerpt.
LinkbackExtractor.LinkbackCallback() - Constructor for class org.roller.util.LinkbackExtractor.LinkbackCallback
 
LinkbackExtractorTest - class org.roller.util.LinkbackExtractorTest.
 
LinkbackExtractorTest(String) - Constructor for class org.roller.util.LinkbackExtractorTest
Constructor for LinkbackExtractorTest.
log - Static variable in class org.roller.util.Utilities
The Log instance for this class.

M

MailUtil - class org.roller.util.MailUtil.
 
MailUtil() - Constructor for class org.roller.util.MailUtil
 
mCurrentTag - Variable in class org.roller.util.LinkbackExtractor.LinkbackCallback
 
mDateFormats - Static variable in class org.roller.util.DateUtil
 
mDivTags - Variable in class org.roller.util.LinkbackExtractor.LinkbackCallback
 
mEnd - Variable in class org.roller.util.LinkbackExtractor
 
mExcerpt - Variable in class org.roller.util.LinkbackExtractor
 
mFormat8chars - Static variable in class org.roller.util.DateUtil
 
mFormatIso8601 - Static variable in class org.roller.util.DateUtil
 
mFormatRfc822 - Static variable in class org.roller.util.DateUtil
 
mFound - Variable in class org.roller.util.LinkbackExtractor
 
mList - Variable in class org.roller.util.LinkbackExtractor.LinkbackCallback
 
mLogger - Static variable in class org.roller.util.LinkbackExtractor
 
mLogger - Static variable in class org.roller.util.MailUtil
 
mMaxExcerpt - Variable in class org.roller.util.LinkbackExtractor
 
mPermalink - Variable in class org.roller.util.LinkbackExtractor
 
mRefererURL - Variable in class org.roller.util.LinkbackExtractor
 
mRequestURL - Variable in class org.roller.util.LinkbackExtractor
 
mRequestURLWWW - Variable in class org.roller.util.LinkbackExtractor
 
mRssLink - Variable in class org.roller.util.LinkbackExtractor
 
mStart - Variable in class org.roller.util.LinkbackExtractor
 
mTitle - Variable in class org.roller.util.LinkbackExtractor
 
main(String[]) - Static method in class org.roller.util.LinkbackExtractorTest
 
makeBackgroundConnection() - Method in class org.roller.util.ConnectionPool
 
makeNewConnection() - Method in class org.roller.util.ConnectionPool
 
maxConnections - Variable in class org.roller.util.ConnectionPool
 
millisInDay - Static variable in class org.roller.util.DateUtil
 
minimalDate(Date) - Static method in class org.roller.util.DateUtil
 
minimalDateFormat() - Static method in class org.roller.util.DateUtil
 

N

now() - Static method in class org.roller.util.DateUtil
Returns a java.sql.Timestamp equal to the current time

O

org.roller.util - package org.roller.util
Logger interface and exception classes

P

parse(String, SimpleDateFormat) - Static method in class org.roller.util.DateUtil
Returns a Date using the passed-in string and format.
parseFromFormats(String) - Static method in class org.roller.util.DateUtil
 
parseTimestampFromFormats(String) - Static method in class org.roller.util.DateUtil
 
password - Variable in class org.roller.util.ConnectionPool
 

R

removeAndEscapeHTML(String) - Static method in class org.roller.util.Utilities
Run both removeHTML and escapeHTML on a string.
removeHTML(String) - Static method in class org.roller.util.Utilities
Remove occurences of html, defined as any text between the characters "<" and ">".
removeNonAlphanumeric(String) - Static method in class org.roller.util.Utilities
Remove occurences of non-alphanumeric characters.
replaceNonAlphanumeric(String) - Static method in class org.roller.util.Utilities
Replaces occurences of non-alphanumeric characters with an underscore.
replaceNonAlphanumeric(String, char) - Static method in class org.roller.util.Utilities
Replaces occurences of non-alphanumeric characters with a supplied char.
run() - Method in class org.roller.util.ConnectionPool
 

S

sendHTMLMessage(Session, String, String[], String[], String, String) - Static method in class org.roller.util.MailUtil
This method is used to send a HTML Message
sendHTMLMessage(Session, String, String, String, String, String) - Static method in class org.roller.util.MailUtil
This method overrides the sendHTMLMessage to specify only one sender, rather than an array of senders.
sendHTMLMessage(Session, String, String, String[], String, String) - Static method in class org.roller.util.MailUtil
This method overrides the sendHTMLMessage to specify one receiver and mulitple cc recipients.
sendMessage(Session, String, String[], String[], String, String, String) - Static method in class org.roller.util.MailUtil
This method is used to send a Message with a pre-defined mime-type.
sendTextMessage(Session, String, String[], String[], String, String) - Static method in class org.roller.util.MailUtil
This method is used to send a Text Message.
sendTextMessage(Session, String, String, String[], String, String) - Static method in class org.roller.util.MailUtil
This method overrides the sendTextMessage to specify one receiver and mulitple cc recipients.
sendTextMessage(Session, String, String, String, String, String) - Static method in class org.roller.util.MailUtil
This method overrides the sendTextMessage to specify only one receiver and cc recipients, rather than an array of recipients.
setPermalink(String) - Method in class org.roller.util.LinkbackExtractor
Sets the permalink.
setUp() - Method in class org.roller.util.LinkbackExtractorTest
 
stringReplace(String, String, String) - Static method in class org.roller.util.Utilities
Replace occurrences of str1 in string str with str2
stringReplace(String, String, String, int) - Static method in class org.roller.util.Utilities
Replace occurrences of str1 in string str with str2
stringToIntArray(String, String) - Static method in class org.roller.util.Utilities
Convert string to integer array.
stringToStringArray(String, String) - Static method in class org.roller.util.Utilities
Convert string to string array.
stripJsessionId(String) - Static method in class org.roller.util.Utilities
Strip jsessionid off of a URL

T

tearDown() - Method in class org.roller.util.LinkbackExtractorTest
 
testLinkbackExtractor() - Method in class org.roller.util.LinkbackExtractorTest
 
toString() - Method in class org.roller.util.ConnectionPool
 
totalConnections() - Method in class org.roller.util.ConnectionPool
 

U

Utilities - class org.roller.util.Utilities.
General purpose utilities.
Utilities() - Constructor for class org.roller.util.Utilities
 
url - Variable in class org.roller.util.ConnectionPool
 
username - Variable in class org.roller.util.ConnectionPool
 

W

waitIfBusy - Variable in class org.roller.util.ConnectionPool
 

A B C D E F G H I L M N O P R S T U W