|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.ui.template.TemplateCompilerLoader
public class TemplateCompilerLoader
TemplateCompilerLoader is repsonsible for finding
a template compiler instance for a given content type
| Method Summary | |
|---|---|
static TemplateCompilerLoader |
forClassLoader(java.lang.ClassLoader classLoader)
Creates or retrieves a TemplateCompilerLoader
givena ClassLoader. |
TemplateCompiler |
getTemplateCompiler(java.lang.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(java.lang.ClassLoader classLoader)
TemplateCompilerLoader
givena ClassLoader.
classLoader - the ClassLoader to use for
dynamically loading classes
TemplateCompilerLoaderpublic TemplateCompiler getTemplateCompiler(java.lang.String contentType)
TemplateCompiler that can compile
the given content type.
contentType - - the content type of the template data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||