SimpleServlets v5.5.0
A B C D E F G H I K L M N O P R S T U V W Y Z

A

add(HTMLElement) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
add(String) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
add(HTMLElement) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Add the specified child element to this container.
add(String) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Convenience method to wrap the specified text in an HTMLString and call HTMLElement.add(HTMLElement).
addBoldText(String) - Method in class com.simpleservlets.htmlobjects.HTMLParagraph
 
addCell(HTMLElement, AnchorPoint, HTMLColor, int) - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addCell(HTMLElement, AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addCell(HTMLElement) - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addCell() - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addCell(String, AnchorPoint, HTMLColor, int) - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addCell(String, AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addCell(String) - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addCell(HTMLElement, AnchorPoint, HTMLColor, int) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addCell(HTMLElement, AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addCell(HTMLElement) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addCell() - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addCell(String, AnchorPoint, HTMLColor, int) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addCell(String, AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addCell(String) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addCheckBox(String, String, String, boolean) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addCodeText(String) - Method in class com.simpleservlets.htmlobjects.HTMLParagraph
 
addFill(int) - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
addFill(int) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Row
 
addHidden(String, String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addImage(String, String, String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addItalicText(String) - Method in class com.simpleservlets.htmlobjects.HTMLParagraph
 
addItem(HTMLElement) - Method in class com.simpleservlets.htmlobjects.HTMLList
 
addItem(String) - Method in class com.simpleservlets.htmlobjects.HTMLList
 
addItem() - Method in class com.simpleservlets.htmlobjects.HTMLList
 
addLink(String, String) - Method in class com.simpleservlets.htmlobjects.HTMLParagraph
 
addln(HTMLElement) - Method in class com.simpleservlets.htmlobjects.HTMLPre
Add the specified element to this container, followed by a HTMLString.NEWLINE.
addln(String) - Method in class com.simpleservlets.htmlobjects.HTMLPre
Convenience method to wrap the specified text in an HTMLString and call HTMLPre.addln(HTMLElement).
addMetaRefresh(int, String) - Method in class com.simpleservlets.htmlobjects.HTMLHead
 
addPage(PageHandler, String) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Add a PageHandler and associate it with the specified page name.
addParagraph(String) - Method in class com.simpleservlets.htmlobjects.HTMLBody
 
addPassword(String, String, String, int) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRadioButtons(String, String, String[], String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRow(HTMLElement, HTMLElement) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRow(String, HTMLElement) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRow(HTMLElement, String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRow(String, String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRow(String, Object) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRow(String, double) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addRow(String, int) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addSelect(String, String, int, boolean, String[], String, String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addSelect(String, String, String[], String, String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addSelect(String, String, String[]) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addSibling(HTMLElement) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
addSibling(String) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
addSibling(HTMLElement) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Add the specified element to this element's parent.
addSibling(String) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Convenience method to wrap the specified text in an HTMLString and call addSibling(HTMLElement).
addSibling(HTMLElement) - Method in class com.simpleservlets.htmlobjects.HTMLPage
Always throws HTMLException as HTMLPage is the root tag and does not permit siblings.
addSibling(String) - Method in class com.simpleservlets.htmlobjects.HTMLPage
Always throws HTMLException as HTMLPage is the root tag and does not permit siblings.
addSmallText(String) - Method in class com.simpleservlets.htmlobjects.HTMLParagraph
 
addStylesheet(String) - Method in class com.simpleservlets.htmlobjects.HTMLHead
 
addSubmit(String, String) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addText(String, String, String, int) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
addTitle(String) - Method in class com.simpleservlets.htmlobjects.HTMLHead
 
addWarning(String, HTMLElement) - Static method in class com.simpleservlets.htmlobjects.HTMLUtil
Adds a highlighted warning message to the passed container.
ALICE_BLUE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Alice Blue'.
ANTIQUE_WHITE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Antique White'.
append(String, String) - Method in class com.simpleservlets.pageprocessor.ParameterList
Appends a new key-value pair on the end.
append(String, int) - Method in class com.simpleservlets.pageprocessor.ParameterList
Appends a new key-value pair on the end using String.valueOf for conversion of the value.
append(String, Object) - Method in class com.simpleservlets.pageprocessor.ParameterList
Appends a new key-value pair on the end using String.valueOf for conversion of the value.
AQUA - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Aqua'.
AQUAMARINE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Aquamarine'.
awtColorToHex(Color) - Static method in class com.simpleservlets.htmlobjects.HTMLColor
Takes the AWT color and produces a #RRGGBB string representation.
AZURE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Azure'.

SimpleServlets v5.5.0
A B C D E F G H I K L M N O P R S T U V W Y Z
Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.