Package org.apache.turbine.util.uri
URI generation and processing from Turbine based applications.
$Id$
$Id$
-
Interface Summary Interface Description URI An interface class which describes the absolute minimum of methods that a Turbine URI class must implement.URIConstants This interface contains all the constants that are always needed when working with URIs. -
Class Summary Class Description BaseURI This is the base class for all dynamic URIs in the Turbine System.DataURI This class can convert a simple link into a turbine relative URL.TemplateURI This class allows you to keep all the information needed for a single link at one place.TurbineURI This class allows you to keep all the information needed for a single link at one place.URIParam Helper Class to keep a key and a value together in one object.URIUtils Bundles a few static routines concerning URIs, that you will need all the time.