org.apache.turbine.util.uri |
URI generation and processing from Turbine based applications.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
BaseURI.java | Class | This is the base class for all dynamic URIs in the Turbine System.
All of the classes used for generating URIs are derived from this.
author: Jon S. |
DataURI.java | Class | This class can convert a simple link into a turbine relative
URL. |
TemplateURI.java | Class | This class allows you to keep all the information needed for a single
link at one place. |
TurbineURI.java | Class | This class allows you to keep all the information needed for a single
link at one place. |
TurbineURITest.java | Class | |
URI.java | Interface | An interface class which describes the absolute minimum of methods that
a Turbine URI class must implement.
author: Henning P. |
URIConstants.java | Interface | This interface contains all the constants that are always needed when
working with URIs.
author: Henning P. |
URIParam.java | Class | Helper Class to keep a key and a value together in
one object. |
URIUtils.java | Class | Bundles a few static routines concerning URIs, that you
will need all the time.
author: Henning P. |