Package com.samskivert.servlet

Provides services and patterns that are useful in developing web applications.

See:
          Description

Interface Summary
SiteIdentifier Responsible for determining the unique site identifier based on information available in the HTTP request.
 

Class Summary
IndiscriminateSiteIdentifier Used by default and for systems that have no need to discriminate between different sites in their web applications.
JDBCTableSiteIdentifier Accomplishes the process of site identification based on a mapping from domains (e.g.
JDBCTableSiteIdentifier.SiteMapping Used to track domain to site identifier mappings.
MessageManager The message manager handles the translation messages for a web application.
Site Represents a site mapping known to a SiteIdentifier.
SiteResourceLoader Web applications may wish to load resources in such a way that the site on which they are running is allowed to override a resource with a site-specific version (a header, footer or navigation template for example).
SiteResourceLoader.SiteClassLoader  
SiteResourceLoader.SiteResourceBundle Encapsulates the information we need to load data from a site resource bundle as well as to determine whether the loaded bundle is up to date.
 

Exception Summary
HttpErrorException An http error exception is thrown by servlet services when they wish to fail the request in some particular way (ie.
RedirectException A redirect exception is thrown by servlet services when they require that the user be redirected to a different URL rather than continue processing this request.
 

Package com.samskivert.servlet Description

Provides services and patterns that are useful in developing web applications.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.