Package org.springframework.extensions.surf.util

Interface Summary
Content Content
 

Class Summary
AbstractLifecycleBean Abstract helper for assisting the bootstrap and termination of Surf Spring Components
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CachingDateFormat Provides thread safe means of obtaining a cached date formatter.
DataUtil A collection of useful static methods for working with input and output streams.
Debug Class containing debugging utility methods
EncodingUtil Provides helper methods for encoding and decoding strings into a given encoding scheme.
FakeBodyContent Implementation of the JSP BodyContent class.
FakeHttpServletRequest Implementation of HttpServletRequest that mimicks a servlet originated object and provides identity implementations of the methods.
FakeHttpServletResponse Implementation of a Fake HttpServletResponse object which can be used to trap output from dispatched objects into a buffer and then deal with results at a later time.
FakeHttpSession An implementation of HttpSession which provides a local notion of a session.
FakeJspPageContext Fake Jsp PageContext implementation which wraps predescribed HTTP objects.
FakeJspWriter akeJspWriter.
I18NUtil Utility class providing methods to access the Locale of the current thread and to get Localised strings.
InputStreamContent Input Stream based Content
ISO8601DateFormat Formatting support for ISO 8601 dates
LogUtil Utility class to assist with I18N of log messages.
MD5 The MD5 utility class computes the MD5 digest (aka: "hash") of a block of data; an MD5 digest is a 32-char ASCII string.
ObjectGUID  
OverlayUtil Convenience functions for managing overlay state
Pair<F,S> Utility class for containing two things that aren't like each other
ParameterCheck Utility class to perform various common parameter checks
PropertyCheck Helper class for for use when checking properties.
ReflectionHelper Static Helper methods for instantiating objects from reflection.
ResourceBundleBootstrapComponent Resource bundle bootstrap component.
StringBuilderWriter This is a direct copy of the JDK java.io.StringWriter class but modified to write to a StringBuilder rather than the older, slower StringBuffer class.
URLDecoder UTF-8 URL character decoder.
URLEncoder UTF-8 URL character encoder.
WebStudioUtil  
WebUtil Static helper methods for working with query strings and maps.
WrappedHttpServletRequest A wrapper class for buffering around HttpServletRequest objects
WrappedHttpServletResponse A wrapper class for buffering around HttpServletResponse objects.
XMLUtil A set of XML utility functions that make use of the Dom4j package.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.