|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lenya.cms.repository.RepositoryItemFactoryWrapper
public class RepositoryItemFactoryWrapper
Wraps a repository item factory to resemble an identifiable factory.
Constructor Summary | |
---|---|
RepositoryItemFactoryWrapper(RepositoryItemFactory delegate,
Session session)
Ctor. |
Method Summary | |
---|---|
java.lang.Object |
build(IdentityMap map,
java.lang.String key)
Builds an identifiable. |
java.lang.String |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryItemFactoryWrapper(RepositoryItemFactory delegate, Session session)
delegate
- The factory to wrap.session
- The session.Method Detail |
---|
public java.lang.Object build(IdentityMap map, java.lang.String key) throws java.lang.Exception
IdentifiableFactory
build
in interface IdentifiableFactory
map
- The identity map.key
- The key.
java.lang.Exception
- if an error occurs.public java.lang.String getType()
getType
in interface IdentifiableFactory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |