Class WallboardUIFactory
- java.lang.Object
-
- org.opennms.osgi.OnmsVaadinUIFactory
-
- org.opennms.features.vaadin.dashboard.ui.WallboardUIFactory
-
- All Implemented Interfaces:
ApplicationFactory
public class WallboardUIFactory extends OnmsVaadinUIFactory
A factory class responsible for constructing the wallboard application.- Author:
- Christian Pape, Marcus Hellberg (marcus@vaadin.com)
-
-
Constructor Summary
Constructors Constructor Description WallboardUIFactory(org.osgi.service.blueprint.container.BlueprintContainer container, String beanName)
Constructor for instantiating a new factory.
-
-
-
Constructor Detail
-
WallboardUIFactory
public WallboardUIFactory(org.osgi.service.blueprint.container.BlueprintContainer container, String beanName)
Constructor for instantiating a new factory.- Parameters:
container
- the bean container to usebeanName
- the beam name to use
-
-