|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.AbstractTemplateProxy
public abstract class AbstractTemplateProxy
| Nested Class Summary | |
|---|---|
static class |
AbstractTemplateProxy.ImplData
|
static interface |
AbstractTemplateProxy.ImplDataCompatible<T extends AbstractTemplateProxy.ImplData>
|
static interface |
AbstractTemplateProxy.Intf
|
static interface |
AbstractTemplateProxy.ReplacementConstructor
A constructor for a proxy class for a replacing template. |
| Constructor Summary | |
|---|---|
protected |
AbstractTemplateProxy(java.lang.String p_path)
|
protected |
AbstractTemplateProxy(TemplateManager p_templateManager)
|
| Method Summary | |
|---|---|
protected abstract AbstractTemplateImpl |
constructImpl()
|
abstract AbstractTemplateImpl |
constructImpl(java.lang.Class<? extends AbstractTemplateImpl> p_class)
|
AbstractTemplateProxy.ImplData |
getImplData()
|
protected TemplateManager |
getTemplateManager()
|
protected abstract AbstractTemplateProxy.ImplData |
makeImplData()
|
protected void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractTemplateProxy(TemplateManager p_templateManager)
protected AbstractTemplateProxy(java.lang.String p_path)
| Method Detail |
|---|
protected final TemplateManager getTemplateManager()
public abstract AbstractTemplateImpl constructImpl(java.lang.Class<? extends AbstractTemplateImpl> p_class)
protected abstract AbstractTemplateImpl constructImpl()
protected abstract AbstractTemplateProxy.ImplData makeImplData()
protected final void reset()
public AbstractTemplateProxy.ImplData getImplData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||