|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.notification.NotificationPublisherFactory
public class NotificationPublisherFactory
Factory of notification publishers for beans not managed by an IoC container. IoC container managed beans should use directly a NotificationPublisher instance as it will be injected as dependency by the IoC container. This factory wraps the concrete implementation of the NotifcationPublisher interface by using the IoC container.
Method Summary | |
---|---|
static NotificationPublisherFactory |
getFactory()
Gets an instance of this factory. |
NotificationPublisher |
getNotificationPublisher()
Gets a notification publisher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NotificationPublisherFactory getFactory()
public NotificationPublisher getNotificationPublisher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |