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

S

SADDLE_BROWN - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Saddle Brown'.
SALMON - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Salmon'.
SANDY_BROWN - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Sandy Brown'.
SEA_GREEN - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Sea Green'.
SEA_SHELL - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Sea Shell'.
send(HTMLPage, HttpServletResponse) - Static method in class com.simpleservlets.htmlobjects.HTMLUtil
Sends the content on the specified page as text/html.
send(HTMLPage, PageContext) - Static method in class com.simpleservlets.htmlobjects.HTMLUtil
Sends the content on the specified page as text/html.
sendPage(PageContext, HTMLElement) - Method in class com.simpleservlets.pageprocessor.HTMLObjectsPageHandler
This method is called from the subclass to indicate that this page should be delivered to the browser.
session - Variable in class com.simpleservlets.pageprocessor.PageContext
The PageProcessor user Session that is associated with the current request.
Session - Class in com.simpleservlets.pageprocessor
Encapsulates information about a user's session including the session id, the current sequence, and can store session-specific key-value pairs.
Session.Manager - Class in com.simpleservlets.pageprocessor
 
Session.Manager(int) - Constructor for class com.simpleservlets.pageprocessor.Session.Manager
 
Session.Manager() - Constructor for class com.simpleservlets.pageprocessor.Session.Manager
 
SessionInitializer - Interface in com.simpleservlets.pageprocessor
Used to specify a block of code that should be executed whenever a new session is created.
setAllowMultiple(boolean) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Select
 
setAlt(String) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setAltText(String) - Method in class com.simpleservlets.htmlobjects.HTMLImage
 
setAnchorPoint(AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLHorizontalRule
Sets the align attribute to the specified position.
setAnchorPoint(AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Cell
 
setAttribute(HTMLAttribute) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
Adds or replaces the specified attribute to the list of attributes.
setAttribute(String, String) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setAttribute(String, Value) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setAttribute(String, Object) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setAttribute(String, int) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setAttribute(String, double) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setAttribute(String) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setAttribute(HTMLAttribute) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets the specified attribute potentially replacing anything that was previously stored for the same name.
setAttribute(String, String) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets the specified attribute potentially replacing anything that was previously stored for the same name.
setAttribute(String, Value) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets the specified attribute potentially replacing anything that was previously stored for the same name.
setAttribute(String, Object) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets the specified attribute potentially replacing anything that was previously stored for the same name.
setAttribute(String, int) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets the specified attribute potentially replacing anything that was previously stored for the same name.
setAttribute(String, double) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets the specified attribute potentially replacing anything that was previously stored for the same name.
setAttribute(String) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets the specified attribute potentially replacing anything that was previously stored for the same name.
setAttributeGroup(HTMLAttribute[]) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setAttributeGroup(HTMLAttribute[]) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Sets ALL the specified attributes potentially replacing anything that was previously stored for the same name(s).
setBackgroundColor(HTMLColor) - Method in class com.simpleservlets.htmlobjects.HTMLBody
Sets the page's background color.
setBackgroundColor(HTMLColor) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Cell
 
setBorder(int) - Method in class com.simpleservlets.htmlobjects.HTMLImage
 
setChecked(boolean) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setColor(HTMLColor) - Method in class com.simpleservlets.htmlobjects.HTMLFont
 
setColSpan(int) - Method in class com.simpleservlets.htmlobjects.HTMLTable.Cell
 
setErrorPage(PageHandler) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Indicates the page to use when an uncaught exception occurs.
setFace(String) - Method in class com.simpleservlets.htmlobjects.HTMLFont
The name of the font to use.
setFrontPage(PageHandler, String) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Add a PageHandler and associate it with the specified page name.
setIdleTimeoutMinutes(int) - Method in class com.simpleservlets.pageprocessor.Session
Used to specify a shorter or longer timeout for this session.
setLeftAnchorPoint(AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
setMaxLength(int) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setName(String) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setName(String) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Select
 
setParent(HTMLElement) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setParent(HTMLElement) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Changes or initially sets the parent element for this element.
setReloadPage(ReloadPageHandler) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Indicates the page to use when the user presses reload/refresh.
setRightAnchorPoint(AnchorPoint) - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
setSafeToWrapWithWhitespace(boolean) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
Widen to public on subclasses where it is appropriate to be able to set this value externally.
setSafeToWrapWithWhitespace(boolean) - Method in class com.simpleservlets.htmlobjects.HTMLImage
On HTMLImage, this defaults to true.
setSafeToWrapWithWhitespace(boolean) - Method in class com.simpleservlets.htmlobjects.HTMLString
Overrides protected method to make it public.
setSelected(boolean) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Option
 
setSessionInitializer(SessionInitializer) - Method in class com.simpleservlets.pageprocessor.Session.Manager
Specifies the SessionInitializer used to initialize sessions just after they are created.
setSize(String) - Method in class com.simpleservlets.htmlobjects.HTMLFont
Sets the absolute or relative size of the font.
setSize(String) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setSize(int) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setSize(int) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Select
 
setSize(int, int) - Method in class com.simpleservlets.htmlobjects.HTMLImage
 
setSource(String) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setSource(String) - Method in class com.simpleservlets.htmlobjects.HTMLImage
 
setStyle(String) - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
setStyle(String) - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Used to add the attribute class with the specified value.
setUncaughtException(Exception) - Method in class com.simpleservlets.pageprocessor.PageContext
Specifies an exception that has not been caught.
setup() - Method in class com.simpleservlets.pageprocessor.PageProcessor
Implemented by subclasses to configure initial settings.
setUseGetMethod(boolean) - Method in class com.simpleservlets.htmlobjects.HTMLForm
 
setValue(String) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setValue(int) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Input
 
setValue(String) - Method in class com.simpleservlets.htmlobjects.HTMLForm.Option
 
setWidthPercent(int) - Method in class com.simpleservlets.htmlobjects.HTMLHorizontalRule
Sets the width attribute to the specified percentage.
showReloadPage(PageContext) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Requests that the reload/refresh warning page be shown.
showReloadPage(PageContext, String) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Requests that the reload/refresh warning page be shown.
shutdown() - Method in class com.simpleservlets.pageprocessor.PageProcessor
Called from the destroy() method of the servlet.
shutdown() - Method in class com.simpleservlets.pageprocessor.Session.Manager
Deletes all sessions and stops the internal thread that checks for timeouts.
SIENNA - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Sienna'.
SILVER - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Silver'.
size() - Method in class com.simpleservlets.htmlobjects.ByteArrayHTMLPrinter
 
SKY_BLUE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Sky Blue'.
SLATE_BLUE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Slate Blue'.
SLATE_GRAY - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Slate Gray'.
SNOW - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Snow'.
SPRING_GREEN - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Spring Green'.
SQUARE - Static variable in class com.simpleservlets.htmlobjects.HTMLList
 
ss - Variable in class com.simpleservlets.pageprocessor.PageContext
The ValueMap for the "session store".
STEEL_BLUE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Steel Blue'.

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.