-
Interfaces Interface 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
-
Classes Class Description 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.context.EvaluateContext Will be removed in 2.0org.apache.velocity.runtime.directive.Literal Use the #[[unparsed content]]# syntax instead.org.apache.velocity.runtime.log.NullLogSystem Use NullLogChute.org.apache.velocity.runtime.log.PrimordialLogSystem Use HoldingLogChute instead!org.apache.velocity.runtime.log.RuntimeLoggerLog This will be removed along with the RuntimeLogger interface.org.apache.velocity.runtime.Runtime Use RuntimeInstance or RuntimeSingleton instead.
-
Constructors Constructor 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.runtime.parser.node.PropertyExecutor(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).