|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.syrtsov.handler.HandlerFactory<T>
public class HandlerFactory<T>
HandlerFactory is utility class that creates chain of InvocationHandler according to annotations attached to given interface.
User: Pavel Syrtsov Date: Apr 1, 2007 Time: 10:38:58 PM
| Constructor Summary | |
|---|---|
HandlerFactory()
|
|
| Method Summary | |
|---|---|
T |
create(ALinker aLinker,
Context<T> ctx)
|
T |
getCachedObject(Context<T> ctx)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerFactory()
| Method Detail |
|---|
public T create(ALinker aLinker,
Context<T> ctx)
throws FactoryException
create in interface Factory<T>FactoryExceptionpublic T getCachedObject(Context<T> ctx)
getCachedObject in interface CachingFactory<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||