Package org.apache.tapestry.util

A general set of resuable classes and utilities for creating Internet and XML applications.

See:
          Description

Interface Summary
IPropertyHolder An interface that defines an object that can store named propertys.
 

Class Summary
BasePropertyHolder Base class implementation for the IPropertyHolder interface.
ComponentAddress The ComponentAddress class contains the path to a component, allowing it to locate an instance of that component in a different IRequestCycle.
ContentType Represents an HTTP content type.
DefaultPrimaryKeyConverter Companion to the For component, this class is an implementation of IPrimaryKeyConverter that performs some additional handling, such as tracking value sets..
DescribedLocation Implementation of Location that is used to describe a location within a resource.
IdAllocator Used to "uniquify" names within a given context.
MultiKey A complex key that may be used as an alternative to nested Maps.
ObjectIdentityMap A simple map-like collection, similar to (but more more limited than) JDK 1.4's IdentityHashMap.
PageRenderSupportImpl Implementation of PageRenderSupport.
PropertyHolderPropertySource Implements the IPropertySource interface for instances that implement IPropertyHolder.
QueryParameterMap A wrapper around a Map that stores query parameter values.
RegexpMatch A "friendly" version of a regular expression match.
RegexpMatcher Streamlines the interface to ORO by implicitly constructing the necessary compilers and matchers, and by caching compiled patterns.
RegexpPoolObjectFactory Implementation of BaseKeyedPoolableObjectFactory for regexp patterns that compiles incoming String regexp patterns into compiled Pattern objects.
ResourceBundlePropertySource A property source that is based on a ResourceBundle.
ScriptUtils Various scripting utility methods.
SizeRestrictingIterator This class implements an Iterator which can only return a fixed number of items.
Strftime Converts dates to strings using the same format specifiers as strftime Note: This does not mimic strftime perfectly.
StringSplitter Used to split a string into substrings based on a single character delimiter.
SystemPropertiesPropertySource Obtain properties from JVM system properties.
 

Package org.apache.tapestry.util Description

A general set of resuable classes and utilities for creating Internet and XML applications.

Author:
Howard Lewis Ship hlship@apache.org


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.