org.apache.velocity.tools.view.tools
Class LinkTool

java.lang.Object
  extended by org.apache.velocity.tools.view.LinkTool
      extended by org.apache.velocity.tools.view.tools.LinkTool
All Implemented Interfaces:
java.lang.Cloneable

Deprecated.

@Deprecated
public class LinkTool
extends LinkTool

Use LinkTool


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.velocity.tools.view.LinkTool
LinkTool.QueryPair
 
Field Summary
static java.lang.String AUTO_IGNORE_PARAMETERS_KEY
          Deprecated. 
static java.lang.String SELF_ABSOLUTE_KEY
          Deprecated. 
static java.lang.String SELF_INCLUDE_PARAMETERS_KEY
          Deprecated. 
 
Fields inherited from class org.apache.velocity.tools.view.LinkTool
application, HTML_QUERY_DELIMITER, LOG, request, response, XHTML_QUERY_DELIMITER
 
Constructor Summary
LinkTool()
          Deprecated.  
 
Method Summary
 void configure(java.util.Map params)
          Deprecated. 
 void init(java.lang.Object obj)
          Deprecated. 
 void setXhtml(boolean useXhtml)
          Deprecated. 
 
Methods inherited from class org.apache.velocity.tools.view.LinkTool
absolute, addAllParameters, addIgnore, addQueryData, addQueryData, anchor, copyWith, copyWith, copyWith, copyWithAnchor, copyWithIgnore, duplicate, encodeURL, getAnchor, getBaseRef, getContextPath, getContextURL, getParams, getQueryData, getRequestPath, getSelf, getUri, getURI, ignore, param, params, relative, selfParams, setAbsolute, setAnchor, setAutoIgnoreParameters, setLog, setRelative, setRequest, setResponse, setSelfAbsolute, setSelfIncludeParameters, setServletContext, setURI, setXHTML, toString, uri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SELF_ABSOLUTE_KEY

@Deprecated
public static final java.lang.String SELF_ABSOLUTE_KEY
Deprecated. 
See Also:
Constant Field Values

SELF_INCLUDE_PARAMETERS_KEY

@Deprecated
public static final java.lang.String SELF_INCLUDE_PARAMETERS_KEY
Deprecated. 
See Also:
Constant Field Values

AUTO_IGNORE_PARAMETERS_KEY

@Deprecated
public static final java.lang.String AUTO_IGNORE_PARAMETERS_KEY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

LinkTool

public LinkTool()
Deprecated. 
Method Detail

configure

@Deprecated
public void configure(java.util.Map params)
Deprecated. 


init

@Deprecated
public void init(java.lang.Object obj)
Deprecated. 


setXhtml

@Deprecated
public void setXhtml(boolean useXhtml)
Deprecated. 



Copyright (c) 2003-2007 Apache Software Foundation