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.template Template related utilities. 
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
          A customized version of the DynamicURI to be used in JSP templates.
 

Uses of URI in org.apache.turbine.util
 

Classes in org.apache.turbine.util that implement URI
 class ContentURI
          Deprecated. Use ContentTool for tool usage and DataURI for code usage instead.
 class DynamicURI
          Deprecated. Use TurbineURI instead.
 class RelativeDynamicURI
          Deprecated. Use TurbineURI with TurbineURI.getRelativeLink() 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.template
 

Classes in org.apache.turbine.util.template that implement URI
 class RelativeTemplateLink
          Deprecated. Use RelativeTemplateLink instead.
 class TemplateLink
          Deprecated. Use TemplateLink for tool usage and TemplateURI for code usage instead.
 class TemplateLinkWithSlash
          Deprecated. Use TemplateLinkWithSlash instead.
 

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-2005 Apache Software Foundation. All Rights Reserved.