Uses of Interface
org.apache.turbine.util.uri.URI

Packages that use URI
org.apache.turbine.services.jsp.util   
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications.  
org.apache.turbine.util.parser Parser for CGI parameters and path info data.  
org.apache.turbine.util.uri URI generation and processing from Turbine based applications.  
 

Uses of URI in org.apache.turbine.services.jsp.util
 

Classes in org.apache.turbine.services.jsp.util that implement URI
 class JspLink
          Deprecated. Use instead.
 

Uses of URI in org.apache.turbine.util
 

Classes in org.apache.turbine.util that implement URI
 class DynamicURI
          Deprecated. Use TurbineURI instead.
 

Uses of URI in org.apache.turbine.util.parser
 

Methods in org.apache.turbine.util.parser that return URI
 URI DefaultCookieParser.getCookiePath()
          Get the Path where cookies will be stored
 URI CookieParser.getCookiePath()
          Get the Path where cookies will be stored
 

Methods in org.apache.turbine.util.parser with parameters of type URI
 void DefaultCookieParser.setCookiePath(URI cookiePath)
          Set the path for cookie storage
 void CookieParser.setCookiePath(URI path)
          Set the path for cookie storage
 

Uses of URI in org.apache.turbine.util.uri
 

Classes in org.apache.turbine.util.uri that implement URI
 class BaseURI
          This is the base class for all dynamic URIs in the Turbine System.
 class DataURI
          This class can convert a simple link into a turbine relative URL.
 class TemplateURI
          This class allows you to keep all the information needed for a single link at one place.
 class TurbineURI
          This class allows you to keep all the information needed for a single link at one place.
 



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