Deprecated Methods |
org.apache.velocity.tools.view.tools.LinkTool.addAllParameters()
use LinkTool.addRequestParams(String...)
or LinkTool.addRequestParamsExcept(String...)
or LinkTool.addMissingRequestParams(String...) |
org.apache.velocity.tools.view.tools.LinkTool.addIgnore(String)
use LinkTool.addRequestParams(String...)
or LinkTool.addRequestParamsExcept(String...)
or LinkTool.addMissingRequestParams(String...) |
org.apache.velocity.tools.view.tools.LinkTool.addQueryData(Map)
use LinkTool.params(Object) |
org.apache.velocity.tools.view.tools.LinkTool.addQueryData(String, Object)
use LinkTool.append(Object,Object) |
org.apache.velocity.tools.generic.AlternatorTool.auto(Collection)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.AlternatorTool.auto(Object, Object)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.view.tools.LinkTool.encodeURL(String)
use LinkTool.encode(Object) |
org.apache.velocity.tools.view.i18n.MultiViewsTool.findLocalizedResource(String)
|
org.apache.velocity.tools.view.i18n.MultiViewsTool.findLocalizedResource(String, Locale)
|
org.apache.velocity.tools.view.i18n.MultiViewsTool.findLocalizedResource(String, String)
|
org.apache.velocity.tools.generic.DateTool.getDateFormat(int, int, Locale, TimeZone)
|
org.apache.velocity.tools.generic.ResourceTool.getDefaultLocale()
|
org.apache.velocity.tools.view.VelocityView.getDeprecatedConfig(JeeConfig)
|
org.apache.velocity.tools.generic.NumberTool.getNumberFormat(int, Locale)
|
org.apache.velocity.tools.view.tools.LinkTool.getQueryData()
use LinkTool.getQuery() |
org.apache.velocity.tools.view.tools.AbstractSearchTool.getResults()
Use PagerTool.getItems() . |
org.apache.velocity.tools.generic.NumberTool.getStyleAsInt(String)
|
org.apache.velocity.tools.generic.DateTool.getStyleAsInt(String)
|
org.apache.velocity.tools.view.tools.LinkTool.getURI()
use LinkTool.getPath() |
org.apache.velocity.tools.view.tools.AbstractSearchTool.hasResults()
Use PagerTool.hasItems() |
org.apache.velocity.tools.struts.ValidatorTool.init(Object)
|
org.apache.velocity.tools.struts.TilesTool.init(Object)
|
org.apache.velocity.tools.struts.MessageResourcesTool.init(Object)
|
org.apache.velocity.tools.struts.FormTool.init(Object)
|
org.apache.velocity.tools.view.i18n.MultiViewsTool.init(Object)
|
org.apache.velocity.tools.view.tools.ViewResourceTool.init(Object)
|
org.apache.velocity.tools.view.tools.ViewRenderTool.init(Object)
|
org.apache.velocity.tools.view.tools.ParameterParser.init(Object)
|
org.apache.velocity.tools.view.tools.LinkTool.init(Object)
|
org.apache.velocity.tools.view.tools.ImportTool.init(Object)
|
org.apache.velocity.tools.view.tools.CookieTool.init(Object)
|
org.apache.velocity.tools.view.tools.ContextTool.init(Object)
|
org.apache.velocity.tools.view.tools.BrowserSnifferTool.init(Object)
|
org.apache.velocity.tools.view.tools.AbstractSearchTool.init(Object)
|
org.apache.velocity.tools.view.tools.AbstractPagerTool.init(Object)
|
org.apache.velocity.tools.generic.AlternatorTool.make(boolean, Collection)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.AlternatorTool.make(boolean, Object, Object)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.AlternatorTool.make(Collection)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.AlternatorTool.make(Object, Object)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.AlternatorTool.manual(Collection)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.AlternatorTool.manual(Object, Object)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.DisplayTool.message(String, Collection)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.DisplayTool.message(String, Object)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.DisplayTool.message(String, Object, Object)
Will be unnecessary with Velocity 1.6 |
org.apache.velocity.tools.generic.MathTool.parseNumber(String)
|
org.apache.velocity.tools.view.tools.LinkTool.setAbsolute(String)
use LinkTool.absolute(Object) |
org.apache.velocity.tools.view.tools.LinkTool.setAnchor(String)
use LinkTool.anchor(Object) instead |
org.apache.velocity.tools.view.tools.LinkTool.setAutoIgnoreParameters(boolean)
|
org.apache.velocity.tools.generic.ResourceTool.setDefaultLocale(Locale)
|
org.apache.velocity.tools.generic.ResourceTool.setDeprecationSupportMode(boolean)
|
org.apache.velocity.tools.view.VelocityView.setDeprecationSupportMode(boolean)
|
org.apache.velocity.tools.view.tools.LinkTool.setRelative(String)
use LinkTool.relative(Object) |
org.apache.velocity.tools.view.tools.LinkTool.setRequest(HttpServletRequest)
|
org.apache.velocity.tools.view.tools.LinkTool.setResponse(HttpServletResponse)
|
org.apache.velocity.tools.view.tools.LinkTool.setSelfAbsolute(boolean)
use LinkTool.setForceRelative(boolean) as reversed
replacement |
org.apache.velocity.tools.view.tools.LinkTool.setSelfIncludeParameters(boolean)
use LinkTool.setIncludeRequestParams(boolean) instead |
org.apache.velocity.tools.view.context.ChainedContext.setToolbox(Map)
|
org.apache.velocity.tools.view.tools.LinkTool.setURI(String)
use LinkTool.uri(Object) |
org.apache.velocity.tools.generic.log.LogSystemCommonsLog.setVelocityEngine(VelocityEngine)
Use LogChuteCommonsLog.setVelocityLog(Log target) instead |
org.apache.velocity.tools.view.tools.LinkTool.setXhtml(boolean)
|