Uses of Class
org.apache.turbine.util.DynamicURI

Packages that use DynamicURI
org.apache.turbine.services.jsp.util   
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. 
org.apache.turbine.util.template Template related utilities. 
 

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

Subclasses of DynamicURI in org.apache.turbine.services.jsp.util
 class JspLink
          A customized version of the DynamicURI to be used in JSP templates.
 

Uses of DynamicURI in org.apache.turbine.util
 

Subclasses of DynamicURI in org.apache.turbine.util
 class ContentURI
          Deprecated. Use ContentTool for tool usage and DataURI for code usage instead.
 class RelativeDynamicURI
          Deprecated. Use TurbineURI with TurbineURI.getRelativeLink() instead.
 

Methods in org.apache.turbine.util that return DynamicURI
 DynamicURI DynamicURI.addPathInfo(java.lang.String name, java.lang.Object value)
          Deprecated. Adds a name=value pair to the path_info string.
 DynamicURI DynamicURI.addPathInfo(java.lang.String name, java.lang.String value)
          Deprecated. Adds a name=value pair to the path_info string.
 DynamicURI DynamicURI.addPathInfo(java.lang.String name, double value)
          Deprecated. Adds a name=value pair to the path_info string.
 DynamicURI DynamicURI.addPathInfo(java.lang.String name, int value)
          Deprecated. Adds a name=value pair to the path_info string.
 DynamicURI DynamicURI.addPathInfo(java.lang.String name, long value)
          Deprecated. Adds a name=value pair to the path_info string.
 DynamicURI DynamicURI.addPathInfo(ParameterParser pp)
          Deprecated. Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
 DynamicURI DynamicURI.addQueryData(java.lang.String name, java.lang.Object value)
          Deprecated. Adds a name=value pair to the query string.
 DynamicURI DynamicURI.addQueryData(java.lang.String name, java.lang.String value)
          Deprecated. Adds a name=value pair to the query string.
 DynamicURI DynamicURI.addQueryData(java.lang.String name, double value)
          Deprecated. Adds a name=value pair to the query string.
 DynamicURI DynamicURI.addQueryData(java.lang.String name, int value)
          Deprecated. Adds a name=value pair to the query string.
 DynamicURI DynamicURI.addQueryData(java.lang.String name, long value)
          Deprecated. Adds a name=value pair to the query string.
 DynamicURI DynamicURI.addQueryData(ParameterParser pp)
          Deprecated. Adds a name=value pair for every entry in a ParameterParser object to the query string.
 DynamicURI DynamicURI.setAction(java.lang.String action)
          Deprecated. Sets the action= value for this URL.
 DynamicURI DynamicURI.setActionEvent(java.lang.String actionName, java.lang.String eventName)
          Deprecated. Sets the action= value for this URL and added eventSubmit_[eventName] to the path_info.
 DynamicURI DynamicURI.setScreen(java.lang.String screen)
          Deprecated. Sets the screen= value for this URL.
 DynamicURI DynamicURI.setScriptName(java.lang.String name)
          Deprecated. Sets the script name (/servlets/Turbine).
 DynamicURI DynamicURI.setContextPath(java.lang.String contextPath)
          Deprecated. Sets the context path
 DynamicURI DynamicURI.setReference(java.lang.String reference)
          Deprecated. Sets the reference (#ref).
 DynamicURI DynamicURI.setServerName(java.lang.String name)
          Deprecated. Sets the server name.
 DynamicURI DynamicURI.setServerPort(int port)
          Deprecated. Sets the server port.
 DynamicURI DynamicURI.setSecure()
          Deprecated. Method to specify that a URI should use SSL.
 DynamicURI DynamicURI.setSecure(int port)
          Deprecated. Method to specify that a URI should use SSL.
 DynamicURI DynamicURI.setServerScheme(java.lang.String scheme)
          Deprecated. Sets the scheme (HTTP or HTTPS).
 

Uses of DynamicURI in org.apache.turbine.util.template
 

Subclasses of DynamicURI in org.apache.turbine.util.template
 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.
 



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