Package com.samskivert.servlet.util

Provides servlet-related utilities.

See:
          Description

Interface Summary
ParameterUtil.ParameterValidator An interface for validating form parameters.
 

Class Summary
CookieUtil Utility methods for dealing with cookies.
ExceptionMap The exception map is used to map exceptions to error messages based on a static, server-wide configuration.
HTMLUtil HTML related utility functions.
ParameterUtil Utility functions for fetching and manipulating request parameters (form fields).
ParameterUtil.IntRangeValidator Makes sure integers are within a range.
RequestUtils A repository of utility functions related to HTTP servlet stuff.
ServiceWaiter<T> Extends the basic ServiceWaiter to be useful for servlets.
 

Exception Summary
DataValidationException A data validation exception is thrown when a value supplied in a form element is not valid.
FriendlyException The friendly exception provides a mechanism by which a servlet or underlying code can abort its processing and report a human readable error to the servlet framework.
 

Package com.samskivert.servlet.util Description

Provides servlet-related utilities.



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