Package | Description |
---|---|
org.javlo.helper | |
org.javlo.template |
Modifier and Type | Method and Description |
---|---|
static int |
XMLManipulationHelper.convertHTMLtoTemplate(GlobalContext globalContext,
Template template,
File htmlFile,
File jspFile,
Map<String,String> tagsID,
List<String> areas,
List<String> resources,
List<TemplatePlugin> templatePlugins,
List<String> ids,
boolean isMailing,
String fontIncluding) |
static int |
XMLManipulationHelper.convertHTMLtoTemplate(GlobalContext globalContext,
Template template,
I18nAccess i18nAccess,
File htmlFile,
File jspFile,
Map<String,String> tagsID,
List<String> areas,
List<String> resources,
List<TemplatePlugin> templatePlugins,
List<GenericMessage> messages,
String fontIncluding) |
Modifier and Type | Method and Description |
---|---|
static TemplatePlugin |
TemplatePlugin.getInstance(File templatePluginFolder) |
TemplatePlugin |
TemplatePluginFactory.getTemplatePlugin(String id) |
TemplatePlugin |
TemplatePluginFactory.getTemplatePlugin(String name,
String version) |
Modifier and Type | Method and Description |
---|---|
List<TemplatePlugin> |
TemplatePluginFactory.getAllTemplatePlugin() |
List<TemplatePlugin> |
TemplatePluginFactory.getAllTemplatePlugin(Collection<String> ids) |
Modifier and Type | Method and Description |
---|---|
int |
TemplatePlugin.TemplatePluginIdComparator.compare(TemplatePlugin o1,
TemplatePlugin o2) |
Copyright © 2012-2018. All Rights Reserved.