Package org.openremote.container.web
Class WebApplication
java.lang.Object
javax.ws.rs.core.Application
org.openremote.container.web.WebApplication
public class WebApplication
extends javax.ws.rs.core.Application
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWebApplication(org.openremote.model.Container container, Collection<Class<?>> apiClasses, Collection<Object> apiSingletons) -
Method Summary
Modifier and TypeMethodDescriptionorg.openremote.model.ContainerMethods inherited from class javax.ws.rs.core.Application
getProperties
-
Field Details
-
container
protected final org.openremote.model.Container container -
classes
-
singletons
-
-
Constructor Details
-
WebApplication
public WebApplication(org.openremote.model.Container container, Collection<Class<?>> apiClasses, Collection<Object> apiSingletons)
-
-
Method Details
-
getClasses
- Overrides:
getClassesin classjavax.ws.rs.core.Application
-
getSingletons
- Overrides:
getSingletonsin classjavax.ws.rs.core.Application
-
getContainer
public org.openremote.model.Container getContainer()
-