Class SpringConfiguration

java.lang.Object
com.atlassian.confluence.plugins.like.spring.SpringConfiguration

@Configuration public class SpringConfiguration extends Object
  • Constructor Details

    • SpringConfiguration

      public SpringConfiguration()
  • Method Details

    • userEntityExpander

      @Bean public DefaultUserEntityExpander userEntityExpander(UserAccessor userAccessor, ContextPathHolder contextPathHolder)
    • likeNotificationManager

      @Bean public LikeNotificationManager likeNotificationManager(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)
    • cacheBackedNotificationDao

      @Bean public NotificationDao cacheBackedNotificationDao(com.atlassian.cache.CacheManager cacheFactory)
    • cacheManager

      @Bean(destroyMethod="") public com.atlassian.cache.CacheManager cacheManager()
    • confluenceAccessManager

      @Bean public ConfluenceAccessManager confluenceAccessManager()
    • contentEntityManager

      @Bean public ContentEntityManager contentEntityManager()
    • contentService

      @Bean public ContentService contentService()
    • contextPathHolder

      @Bean public ContextPathHolder contextPathHolder()
    • excerpter

      @Bean public Excerpter excerpter()
    • followManager

      @Bean public FollowManager followManager()
    • i18nResolver

      @Bean public com.atlassian.sal.api.message.I18nResolver i18nResolver()
    • likeManager

      @Bean public LikeManager likeManager()
    • networkService

      @Bean public NetworkService networkService()
    • notificationManager

      @Bean public NotificationManager notificationManager()
    • notificationStoreService

      @Bean public com.atlassian.confluence.notifications.batch.service.NotificationStoreService notificationStoreService()
    • permissionManager

      @Bean public PermissionManager permissionManager()
    • personService

      @Bean public PersonService personService()
    • propertySet

      @Bean public com.opensymphony.module.propertyset.PropertySet propertySet()
    • transactionTemplate

      @Bean public com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate()
    • userAccessor

      @Bean public UserAccessor userAccessor()
    • userNotificationPreferencesManager

      @Bean public com.atlassian.plugin.notifications.api.notification.UserNotificationPreferencesManager userNotificationPreferencesManager()