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

G

GAINSBORO - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Gainsboro'.
GenericErrorPage - Class in com.simpleservlets.pageprocessor
Page shown (by default) when an unexpected error occurs.
GenericErrorPage(boolean) - Constructor for class com.simpleservlets.pageprocessor.GenericErrorPage
Builds an error page that either does or does not allow the stack trace details to be shown to the user when the user click on a "detail" link.
GenericErrorPage() - Constructor for class com.simpleservlets.pageprocessor.GenericErrorPage
Builds an error page that does allow the stack trace details to be shown to the user when the user click on a "detail" link.
GenericHTMLElement - Class in com.simpleservlets.htmlobjects
Core implementation of HTMLElement.
GenericHTMLElement(String, HTMLElement, boolean) - Constructor for class com.simpleservlets.htmlobjects.GenericHTMLElement
 
GenericHTMLElement(String, HTMLElement) - Constructor for class com.simpleservlets.htmlobjects.GenericHTMLElement
 
GenericHTMLElement(String, boolean) - Constructor for class com.simpleservlets.htmlobjects.GenericHTMLElement
 
GenericHTMLElement(String) - Constructor for class com.simpleservlets.htmlobjects.GenericHTMLElement
 
GenericHTMLElement() - Constructor for class com.simpleservlets.htmlobjects.GenericHTMLElement
 
GenericReloadPage - Class in com.simpleservlets.pageprocessor
Page shown (by default) when reload/refresh or submission of an old page occurs.
GenericReloadPage() - Constructor for class com.simpleservlets.pageprocessor.GenericReloadPage
Builds a "reload warning" page.
getAttributes() - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
getAttributes() - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Returns an array of all of the attributes.
getBytes() - Method in class com.simpleservlets.htmlobjects.ByteArrayHTMLPrinter
 
getChildren() - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
getChildren() - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Returns an array of all of the children of this element.
getColorForName(String) - Static method in class com.simpleservlets.htmlobjects.HTMLColor
Normalizes the passed name and returns the HTMLColor stored under that name (if any).
getCookieMap() - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a ValueMap with keys being the cookies' names and values being the cookies.
getCookieValueMap() - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a ValueMap with keys being the cookies' names and values being the cookies' values (using getValue() on each cookie).
getCurrentRow() - Method in class com.simpleservlets.htmlobjects.HTMLTable
 
getDefaultIdleTimeoutMinutes() - Method in class com.simpleservlets.pageprocessor.Session.Manager
 
getDisplayName() - Method in class com.simpleservlets.htmlobjects.HTMLColor
Returns the name of this color in a very human normal form (with mixed case and spaces between words).
getEntity() - Method in class com.simpleservlets.htmlobjects.HTMLEntity
 
getErrorPage() - Method in class com.simpleservlets.pageprocessor.PageProcessor
Returns the page handler designated as the error page.
getForm() - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
getFrontPage() - Method in class com.simpleservlets.pageprocessor.PageProcessor
Returns the page handler designated as the front page.
getFrontPageName() - Method in class com.simpleservlets.pageprocessor.PageProcessor
Returns the name of the front page, or null if no front page has been specified yet.
getHexValue() - Method in class com.simpleservlets.htmlobjects.HTMLColor
Returns the color as a #RRGGBB string.
getHtmlName() - Method in class com.simpleservlets.htmlobjects.HTMLColor
Returns the name of this color as defined by HTML (with mixed case and no spaces between words).
getIdleTime() - Method in class com.simpleservlets.pageprocessor.Session
Returns the difference between 'now' and the 'last used time'.
getIdleTimeoutMinutes() - Method in class com.simpleservlets.pageprocessor.Session
 
getIdString() - Method in class com.simpleservlets.pageprocessor.Session
 
getInitValues() - Method in class com.simpleservlets.pageprocessor.PageProcessor
A mapping of all the web-app initialization parameters.
getJavaName() - Method in class com.simpleservlets.htmlobjects.HTMLColor
Returns the name of this color as defined by a Java constant (with all capital letters and underscores between words).
getLastUsedTime() - Method in class com.simpleservlets.pageprocessor.Session
Returns the time that this session last sent a response.
getLeftAnchorPoint() - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
getName() - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
getName() - Method in class com.simpleservlets.htmlobjects.HTMLAttribute
Returns the name of the attribute (never null and never blank).
getName() - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Returns the tag name for this element.
getPage(String, Class<? extends PageHandler>) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Returns the page handler for the page with the specified name.
getPage(String) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Returns the page handler for the page with the specified name.
getPageBackgroundColor(PageContext) - Method in class com.simpleservlets.pageprocessor.HTMLObjectsPageHandler
Returns the background color that should be currently used for this page.
getPageName(PageHandler) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Returns the name that was associated with the specified PageHandler.
getPageURI(String) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the specified page name.
getPageURI(String, ParameterList) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the specified page name and the specified parameters.
getPageURI(String, String, String) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the specified page name and the specified single parameter.
getPageURI(String, String, int) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the specified page name and the specified single parameter.
getPageURI(String, String, Object) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the specified page name and the specified single parameter.
getPageURI(PageHandler) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the page name for the specified handler.
getPageURI(PageHandler, ParameterList) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified parameters.
getPageURI(PageHandler, String, String) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified single parameter.
getPageURI(PageHandler, String, int) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified single parameter.
getPageURI(PageHandler, String, Object) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns a URI which includes the session/sequence information and the page name for the specified handler and the specified single parameter.
getParameter(String) - Method in class com.simpleservlets.pageprocessor.PageContext
 
getParameterMap() - Method in class com.simpleservlets.pageprocessor.PageContext
 
getParent() - Method in class com.simpleservlets.htmlobjects.GenericHTMLElement
 
getParent() - Method in interface com.simpleservlets.htmlobjects.HTMLElement
Returns the current parent element of this element (may be null).
getReloadPage() - Method in class com.simpleservlets.pageprocessor.PageProcessor
Returns the page handler designated for reload/refresh attempts.
getResourceAsStream(String) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Retrieves a stream to a resource typically in the web-app context, typically from a file in a WAR-file.
getResourceAsValueMap(String) - Method in class com.simpleservlets.pageprocessor.PageProcessor
Creates a ValueMap from a resource typically in the web-app context, typically from a file in a WAR-file.
getRightAnchorPoint() - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
getSequence() - Method in class com.simpleservlets.pageprocessor.Session
 
getServletConfig() - Method in class com.simpleservlets.pageprocessor.PageContext
 
getServletContext() - Method in class com.simpleservlets.pageprocessor.PageContext
 
getSession(String) - Method in class com.simpleservlets.pageprocessor.Session.Manager
Looks up the specified session or creates a new session if the specified session does not exist or has expired.
getSessionInitializer() - Method in class com.simpleservlets.pageprocessor.Session.Manager
Retrieves the SessionInitializer used to initialize sessions just after they are created.
getSessionManager() - Method in class com.simpleservlets.pageprocessor.PageProcessor
 
getSessionStore() - Method in class com.simpleservlets.pageprocessor.PageContext
Returns the session-specific storage map from the session.
getSessionStore() - Method in class com.simpleservlets.pageprocessor.Session
Returns the ValueMap that can be used to store session-specific information.
getSessionValue(String) - Method in class com.simpleservlets.pageprocessor.PageContext
Returns the Value stored in the Session for the required key specified.
getSessionValue(String) - Method in class com.simpleservlets.pageprocessor.Session
 
getTable() - Method in class com.simpleservlets.htmlobjects.HTMLSimpleForm
 
getText() - Method in class com.simpleservlets.htmlobjects.HTMLString
Returns the text—potentially parsed with entity substitution during construction.
getTitle(PageContext) - Method in class com.simpleservlets.pageprocessor.HTMLObjectsPageHandler
Returns the HTML page title that should be currently used for this page.
getUncaughtException() - Method in class com.simpleservlets.pageprocessor.PageContext
Returns the exception stored for this request/response cycle (if any).
getValue() - Method in class com.simpleservlets.htmlobjects.HTMLAttribute
Returns the value of the attribute (never null, might be blank).
getWebAppURI() - Method in class com.simpleservlets.pageprocessor.PageContext
Returns the base URI for the whole web application (the root of the WAR-file).
GHOST_WHITE - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Ghost White'.
GOLD - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Gold'.
GOLDEN_ROD - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Golden Rod'.
GRAY - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Gray'.
GREEN - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Green'.
GREEN_YELLOW - Static variable in class com.simpleservlets.htmlobjects.HTMLColor
The color 'Green Yellow'.

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.