Package org.javlo.template
Class TemplatePluginFactory
- java.lang.Object
-
- org.javlo.template.TemplatePluginFactory
-
public class TemplatePluginFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description TemplatePluginFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getInstance
public static TemplatePluginFactory getInstance(javax.servlet.ServletContext application)
-
getAllTemplatePlugin
public List<TemplatePlugin> getAllTemplatePlugin()
-
getAllTemplatePlugin
public List<TemplatePlugin> getAllTemplatePlugin(Collection<String> ids) throws IOException
- Throws:
IOException
-
getTemplatePlugin
public TemplatePlugin getTemplatePlugin(String name, String version) throws IOException
- Throws:
IOException
-
getTemplatePlugin
public TemplatePlugin getTemplatePlugin(String id)
-
-