|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.template.ui.TemplateCompilerLoader
public class TemplateCompilerLoader
TemplateCompilerLoader is repsonsible for finding
a template compiler instance for a given content type
| Method Summary | |
|---|---|
static TemplateCompilerLoader |
forClassLoader(ClassLoader classLoader)
Creates or retrieves a TemplateCompilerLoader
givena ClassLoader. |
TemplateCompiler |
getTemplateCompiler(String contentType)
Returns the TemplateCompiler that can compile
the given content type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TemplateCompilerLoader forClassLoader(ClassLoader classLoader)
TemplateCompilerLoader
givena ClassLoader.
classLoader - the ClassLoader to use for
dynamically loading classes
TemplateCompilerLoaderpublic TemplateCompiler getTemplateCompiler(String contentType)
TemplateCompiler that can compile
the given content type.
contentType - - the content type of the template data
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||