|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.util.ConstructorInvoker<T>
public class ConstructorInvoker<T>
Wraps the invocation of a constructor (with exception reporting) as an Invokable.
| Constructor Summary | |
|---|---|
ConstructorInvoker(java.lang.reflect.Constructor constructor,
ObjectCreator[] constructorParameters)
|
|
| Method Summary | |
|---|---|
T |
invoke()
Called to produce a value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstructorInvoker(java.lang.reflect.Constructor constructor,
ObjectCreator[] constructorParameters)
| Method Detail |
|---|
public T invoke()
Invokable
invoke in interface Invokable<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||