Uses of Class
org.apache.turbine.util.uri.TurbineURI
-
Packages that use TurbineURI Package Description org.apache.turbine.services.urlmapper Provide back-and-forth-mapping facilities for simplified URLs
$Id$org.apache.turbine.util.uri URI generation and processing from Turbine based applications. -
-
Uses of TurbineURI in org.apache.turbine.services.urlmapper
Methods in org.apache.turbine.services.urlmapper with parameters of type TurbineURI Modifier and Type Method Description voidTurbineURLMapperService. mapToURL(TurbineURI uri)Map a set of parameters (contained in TurbineURI PathInfo and QueryData) to a TurbineURIvoidURLMapperService. mapToURL(TurbineURI uri)Map a set of parameters (contained in TurbineURI PathInfo and QueryData) to a TurbineURI -
Uses of TurbineURI in org.apache.turbine.util.uri
Subclasses of TurbineURI in org.apache.turbine.util.uri Modifier and Type Class Description classTemplateURIThis class allows you to keep all the information needed for a single link at one place.
-