com.atlassian.confluence.plugin.spring
Class OsgiPersistentCacheFactory
java.lang.Object
com.atlassian.confluence.plugin.spring.OsgiPersistentCacheFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class OsgiPersistentCacheFactory
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean
Factory to create the OSGi persistent cache, as it needs to be aware of the Confluence Home location before
it is constructed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiPersistentCacheFactory
public OsgiPersistentCacheFactory(BootstrapManager bootstrapManager)
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class<com.atlassian.plugin.osgi.container.OsgiPersistentCache> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.