public class TemplatePluginFactory extends Object
Constructor and Description |
---|
TemplatePluginFactory() |
Modifier and Type | Method and Description |
---|---|
List<TemplatePlugin> |
getAllTemplatePlugin() |
List<TemplatePlugin> |
getAllTemplatePlugin(Collection<String> ids) |
static TemplatePluginFactory |
getInstance(javax.servlet.ServletContext application) |
TemplatePlugin |
getTemplatePlugin(String id) |
TemplatePlugin |
getTemplatePlugin(String name,
String version) |
public static TemplatePluginFactory getInstance(javax.servlet.ServletContext application)
public List<TemplatePlugin> getAllTemplatePlugin()
public List<TemplatePlugin> getAllTemplatePlugin(Collection<String> ids) throws IOException
IOException
public TemplatePlugin getTemplatePlugin(String name, String version) throws IOException
IOException
public TemplatePlugin getTemplatePlugin(String id)
Copyright © 2012-2018. All Rights Reserved.