Package org.openremote.container.web
Class WebApplication
java.lang.Object
jakarta.ws.rs.core.Application
org.openremote.container.web.WebApplication
public class WebApplication
extends jakarta.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.Container
Methods inherited from class jakarta.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:
getClasses
in classjakarta.ws.rs.core.Application
-
getSingletons
- Overrides:
getSingletons
in classjakarta.ws.rs.core.Application
-
getContainer
public org.openremote.model.Container getContainer()
-