| Package | Description |
|---|---|
| com.spun.util.parser | |
| com.spun.util.servlets | |
| com.spun.util.timers | |
| com.spun.util.ups | |
| com.spun.util.velocity |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateError |
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailServer.VelocityEmailLoader |
| Constructor and Description |
|---|
EmailServer(String smtpServer,
String velocityTemplate,
ParseCall parser,
ContextAware contextAware,
String[] to,
String from) |
EmailServer(String smtpServer,
String velocityTemplate,
ParseCall parser,
ContextAware contextAware,
String to,
String from) |
VelocityEmailLoader(String template,
ParseCall parser,
ContextAware contextAware) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsDisplayer
A Utility for timing things.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UPSUtils.UPSRequest |
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextAware.ContextAwareMap |
static class |
VelocityParser.Default |
| Modifier and Type | Field and Description |
|---|---|
static ContextAware |
VelocityParser.Default.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
VelocityParser.FileParseCall.parse(String template,
ContextAware process) |
String |
VelocityParser.JarParseCall.parse(String template,
ContextAware process) |
String |
ParseCall.parse(String template,
ContextAware process) |
static String |
VelocityParser.parse(String template,
Properties props,
ContextAware process) |
static String |
VelocityParser.parse(String template,
Properties props,
ContextAware[] process) |
static Writer |
VelocityParser.parse(String template,
Properties props,
ContextAware[] process,
Writer out) |
static String |
VelocityParser.parseFile(String template,
ContextAware process)
s
|
static String |
VelocityParser.parseFile(String templateFileName,
File outputFile,
ContextAware process)
Parse a File to a File
|
static String |
VelocityParser.parseFile(String templateFileName,
String outputFileName,
ContextAware process)
Parse a File to a File
|
static String |
VelocityParser.parseFromClassPath(Class<?> clazz,
String filename,
ContextAware context) |
static String |
VelocityParser.parseJar(String template,
ContextAware process) |
static String |
VelocityParser.parseString(String template,
ContextAware process) |
Copyright © 2018. All rights reserved.