|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teatrove.tea.engine.MergedContextSource
public class MergedContextSource
A ContextSource implementation that merges several ContextSources into one.
| Constructor Summary | |
|---|---|
MergedContextSource()
|
|
| Method Summary | |
|---|---|
Object |
createContext(Object param)
a generic method to create context instances |
protected Constructor<?> |
getConstructor()
let subclasses get at the constructor |
protected Class<?>[] |
getContextsInOrder()
|
Class<?> |
getContextType()
|
void |
init(ClassLoader loader,
ContextSource[] contextSources,
boolean profilingEnabled)
|
void |
init(ClassLoader loader,
ContextSource[] contextSources,
String[] prefixes,
boolean profilingEnabled)
Creates a unified context source for all those passed in. |
protected boolean |
isProfilingEnabled()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MergedContextSource()
| Method Detail |
|---|
public void init(ClassLoader loader,
ContextSource[] contextSources,
boolean profilingEnabled)
throws Exception
Exception
public void init(ClassLoader loader,
ContextSource[] contextSources,
String[] prefixes,
boolean profilingEnabled)
throws Exception
Exceptionprotected Class<?>[] getContextsInOrder()
protected Constructor<?> getConstructor()
protected boolean isProfilingEnabled()
public Class<?> getContextType()
getContextType in interface ContextSource
public Object createContext(Object param)
throws Exception
createContext in interface ContextSourceparam - engine specific parameter that
may be used to create the context instance
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||