org.apache.velocity.app.Velocity.evaluate(Context, Writer, String, InputStream)
|
org.apache.velocity.app.VelocityEngine.evaluate(Context, Writer, String, InputStream)
|
org.apache.velocity.runtime.parser.CharStream.getColumn() |
org.apache.velocity.runtime.parser.VelocityCharStream.getColumn() |
org.apache.velocity.runtime.parser.node.CharStream.getColumn() |
org.apache.velocity.runtime.parser.node.VelocityCharStream.getColumn() |
org.apache.velocity.runtime.configuration.Configuration.getExtendedProperties()
Do not use. For deprecation assistance only.
|
org.apache.velocity.runtime.parser.CharStream.getLine() |
org.apache.velocity.runtime.parser.VelocityCharStream.getLine() |
org.apache.velocity.runtime.parser.node.CharStream.getLine() |
org.apache.velocity.runtime.parser.node.VelocityCharStream.getLine() |
org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(String, int)
|
org.apache.velocity.runtime.RuntimeSingleton.getRuntimeInstance()
Use getRuntimeServices() instead.
|
org.apache.velocity.servlet.VelocityServlet.handleRequest(Context)
|
org.apache.velocity.app.Velocity.mergeTemplate(String, Context, Writer)
|
org.apache.velocity.util.StringUtils.removeUnderScores(String)
Use the org.apache.commons.util.StringUtils class
instead. Using its firstLetterCaps() method in conjunction
with a StringTokenizer will achieve the same result.
|
org.apache.velocity.app.Velocity.setConfiguration(Configuration)
|
org.apache.velocity.app.VelocityEngine.setConfiguration(Configuration)
|
org.apache.velocity.app.Velocity.templateExists(String)
Use resourceExists(String) instead.
|