Uses of Interface
com.atlassian.confluence.core.DataSourceFactory

Packages that use DataSourceFactory
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.core   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.easyuser.notifications   
com.atlassian.confluence.plugins.like.notifications   
 

Uses of DataSourceFactory in com.atlassian.confluence.content.render.xhtml.view.excerpt
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type DataSourceFactory
DefaultExcerpter(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement DataSourceFactory
 class DefaultDataSourceFactory
           
 

Uses of DataSourceFactory in com.atlassian.confluence.mail.notification.listeners
 

Fields in com.atlassian.confluence.mail.notification.listeners declared as DataSourceFactory
protected  DataSourceFactory AbstractNotificationsListener.dataSourceFactory
           
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type DataSourceFactory
 void AbstractNotificationsListener.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.plugins.dailysummary.content.popular
 

Constructors in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type DataSourceFactory
DefaultPopularContentDtoFactory(Excerpter excerpter, LikeDao likeDao, FollowManager followManager, com.atlassian.user.UserManager userManager, DataSourceFactory dataSourceFactory)
           
PopularContentProvider(PopularContentManager popularContentManager, DataSourceFactory dataSourceFactory)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.plugins.easyuser.notifications
 

Methods in com.atlassian.confluence.plugins.easyuser.notifications with parameters of type DataSourceFactory
 void UserSignUpNotificationsListener.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 

Constructors in com.atlassian.confluence.plugins.easyuser.notifications with parameters of type DataSourceFactory
NotificationsService(com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory, VelocityHelperService velocityHelperService, MailServerExistsCriteria mailServerExistsCriteria, MailContentProcessor mailContentProcessor)
           
 

Uses of DataSourceFactory in com.atlassian.confluence.plugins.like.notifications
 

Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type DataSourceFactory
 void NotificationListener.setDataSourceFactory(DataSourceFactory dataSourceFactory)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.