Package org.trellisldp.openliberty
Class WebApplication
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- org.trellisldp.openliberty.WebApplication
-
@ApplicationPath("/") @ApplicationScoped public class WebApplication extends Application
Web Application wrapper.
-
-
Constructor Summary
Constructors Constructor Description WebApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Object>
getSingletons()
-
Methods inherited from class javax.ws.rs.core.Application
getClasses, getProperties
-
-
-
-
Method Detail
-
getSingletons
public Set<Object> getSingletons()
- Overrides:
getSingletons
in classApplication
-
-