|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.ioc.internal.util.ConstructionPlan<T>
public class ConstructionPlan<T>
Encapsulates the initial construction of an object instance, followed by a series
InitializationPlan
s to initialize fields and invoke other methods of the constructed object.
Constructor Summary | |
---|---|
ConstructionPlan(OperationTracker tracker,
java.lang.String description,
Invokable<T> instanceConstructor)
|
Method Summary | |
---|---|
ConstructionPlan |
add(InitializationPlan plan)
|
T |
createObject()
Create and return the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstructionPlan(OperationTracker tracker, java.lang.String description, Invokable<T> instanceConstructor)
Method Detail |
---|
public ConstructionPlan add(InitializationPlan plan)
public T createObject()
ObjectCreator
createObject
in interface ObjectCreator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |