|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.util.LockSupport
org.apache.tapestry5.ioc.internal.services.CachingObjectCreator<T>
public class CachingObjectCreator<T>
An ObjectCreator that delegates to another
ObjectCreator and caches the result.
| Constructor Summary | |
|---|---|
CachingObjectCreator(ObjectCreator<T> delegate)
|
|
| Method Summary | |
|---|---|
T |
createObject()
Create and return the object. |
| Methods inherited from class org.apache.tapestry5.ioc.internal.util.LockSupport |
|---|
acquireReadLock, downgradeWriteLockToReadLock, releaseReadLock, releaseWriteLock, takeWriteLock, upgradeReadLockToWriteLock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CachingObjectCreator(ObjectCreator<T> delegate)
| Method Detail |
|---|
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 | |||||||||