Uses of Interface
com.spun.util.velocity.ContextAware
Packages that use ContextAware
-
Uses of ContextAware in com.spun.util.parser
Classes in com.spun.util.parser that implement ContextAware -
Uses of ContextAware in com.spun.util.timers
Classes in com.spun.util.timers that implement ContextAware -
Uses of ContextAware in com.spun.util.velocity
Classes in com.spun.util.velocity that implement ContextAwareModifier and TypeClassDescriptionstatic classstatic classFields in com.spun.util.velocity declared as ContextAwareMethods in com.spun.util.velocity with parameters of type ContextAwareModifier and TypeMethodDescriptionParseCall.parse(String template, ContextAware process) VelocityParser.FileParseCall.parse(String template, ContextAware process) VelocityParser.JarParseCall.parse(String template, ContextAware process) static StringVelocityParser.parse(String template, Properties props, ContextAware process) static StringVelocityParser.parse(String template, Properties props, ContextAware[] process) static WriterVelocityParser.parse(String template, Properties props, ContextAware[] process, Writer out) static StringVelocityParser.parseFile(String template, ContextAware process) static StringVelocityParser.parseFile(String templateFileName, File outputFile, ContextAware process) Parse a File to a Filestatic StringVelocityParser.parseFile(String templateFileName, String outputFileName, ContextAware process) Parse a File to a Filestatic StringVelocityParser.parseFromClassPath(Class<?> clazz, String filename, ContextAware context) static StringVelocityParser.parseJar(String template, ContextAware process) static StringVelocityParser.parseString(String template, ContextAware process)