Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SimpleServlets
v5.5.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Y
Z
C
CADET_BLUE
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Cadet Blue'.
CHARTREUSE
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Chartreuse'.
CHOCOLATE
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Chocolate'.
CIRCLE
- Static variable in class com.simpleservlets.htmlobjects.
HTMLList
clearAllSelections()
- Method in class com.simpleservlets.htmlobjects.
HTMLForm.Select
com.simpleservlets.htmlobjects
- package com.simpleservlets.htmlobjects
HTMLObjects
facilitates the Object-Oriented creation of HTML (see
HTMLPage
to get started).
com.simpleservlets.pageprocessor
- package com.simpleservlets.pageprocessor
The
PageProcessor
library makes it easy to organize an application as a collection of "pages" under
one
servlet.
CORAL
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Coral'.
CORNFLOWER_BLUE
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Cornflower Blue'.
CORNSILK
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Cornsilk'.
create(String, int, boolean, String[], String, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Select
create(String, String[], String, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Select
create(String, String[])
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Select
createAmp()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
&
entity for
"&"
(ampersand).
createApos()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
'
entity for
"'"
(apostrophe or single quote).
createCheckBox(String, String, boolean)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Input
createCopy()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
©
entity for
"©"
(copyright).
createFooter(PageContext, HTMLElement)
- Method in class com.simpleservlets.pageprocessor.
HTMLObjectsPageHandler
Subclasses override this method to provide a "footer" that should be at the bottom of the page.
createForFile(String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLStylesheetRef
createGt()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
>
entity for
">"
(greater than).
createHeader(PageContext, HTMLElement)
- Method in class com.simpleservlets.pageprocessor.
HTMLObjectsPageHandler
Subclasses override this method to provide a "header" that should be at the top of the page.
createHidden(String, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Input
createImage(String, String, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Input
createLt()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
<
entity for
"<"
(less than).
createNbsp()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
entity for
" "
(non-breaking space).
createOrdered(HTMLList.OrderedStyle)
- Static method in class com.simpleservlets.htmlobjects.
HTMLList
createOrdered()
- Static method in class com.simpleservlets.htmlobjects.
HTMLList
Equivalent to:
return createOrdered(NUMBER);
createPassword(String, String, int)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Input
createQuot()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
"
entity for
"""
(double quote).
createRadioButtons(String, String[], String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Input
createRefreshInstance(int, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLMeta
createReg()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
®
entity for
"®"
(registered trademark).
createSet(String[], String, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Option
Creates a set of option elements.
createSubmit(String, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Input
createText(String, String, int)
- Static method in class com.simpleservlets.htmlobjects.
HTMLForm.Input
createTrade()
- Static method in class com.simpleservlets.htmlobjects.
HTMLEntity
Creates the
™
entity for
"™"
(trademark).
createUnordered(HTMLList.UnorderedStyle)
- Static method in class com.simpleservlets.htmlobjects.
HTMLList
createUnordered()
- Static method in class com.simpleservlets.htmlobjects.
HTMLList
Equivalent to:
return createUnordered(DISC);
createUnparsed(String, String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLAttribute
Creates an attribute with the specified name and value.
createUnparsed(String, Value)
- Static method in class com.simpleservlets.htmlobjects.
HTMLAttribute
Creates an attribute with the specified name and value.
createUnparsed(String, Object)
- Static method in class com.simpleservlets.htmlobjects.
HTMLAttribute
Creates an attribute with the specified name and value.
createUnparsed(String, HTMLElement)
- Static method in class com.simpleservlets.htmlobjects.
HTMLString
Creates an HTMLString for the specified text
without
substituting special markup characters with their entities.
createUnparsed(String)
- Static method in class com.simpleservlets.htmlobjects.
HTMLString
Creates an HTMLString for the specified text
without
substituting special markup characters with their entities.
CRIMSON
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Crimson'.
CYAN
- Static variable in class com.simpleservlets.htmlobjects.
HTMLColor
The color 'Cyan'.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SimpleServlets
v5.5.0
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
.