Interface and Description |
---|
org.apache.velocity.runtime.log.LogSystem
Use LogChute instead!
|
org.apache.velocity.runtime.RuntimeLogger
This functionality has been taken over by the Log class
|
Class and Description |
---|
org.apache.velocity.context.EvaluateContext
Will be removed in 2.0
|
org.apache.velocity.runtime.directive.Literal
Use the #[[unparsed content]]# syntax instead.
|
org.apache.velocity.runtime.log.Log4JLogSystem
Use Log4JLogChute instead.
|
org.apache.velocity.runtime.log.NullLogSystem
Use NullLogChute.
|
org.apache.velocity.runtime.log.PrimordialLogSystem
Use HoldingLogChute instead!
|
org.apache.velocity.runtime.Runtime
Use RuntimeInstance or RuntimeSingleton instead.
|
org.apache.velocity.runtime.log.RuntimeLoggerLog
This will be removed along with the RuntimeLogger interface.
|
org.apache.velocity.runtime.log.SimpleLog4JLogSystem
Use Log4JLogChute instead.
|
org.apache.velocity.app.tools.VelocityFormatter
This class has been replaced by NumberTool, DateTool,
DisplayTool, and AlternatorTool available from the Velocity-Tools sub-project.
VelocityFormatter will be removed in a future version of Velocity.
|
org.apache.velocity.servlet.VelocityServlet
This servlet has been replaced by VelocityViewServlet,
available from the Velocity-Tools sub-project. VelocityViewServlet
provides support for quick, clean MVC web development.
VelocityServlet will be removed in a future version of Velocity.
|
org.apache.velocity.convert.WebMacro
Obsolete and outdated.
|
Constructor and Description |
---|
org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor(RuntimeLogger, Introspector, Class, String)
RuntimeLogger is deprecated. Use the other constructor.
|
org.apache.velocity.runtime.parser.node.GetExecutor(RuntimeLogger, Introspector, Class, String)
RuntimeLogger is deprecated. Use the other constructor.
|
org.apache.velocity.util.introspection.Introspector(RuntimeLogger)
RuntimeLogger is deprecated. Use Introspector(Log log).
|
org.apache.velocity.runtime.parser.node.PropertyExecutor(RuntimeLogger, Introspector, Class, String)
RuntimeLogger is deprecated. Use the other constructor.
|
Copyright © 2000–2017. All rights reserved.