Class BusinessApplication


  • public class BusinessApplication
    extends javax.ws.rs.core.Application
    Logbook application declaring resources and filters
    • Constructor Summary

      Constructors 
      Constructor Description
      BusinessApplication​(javax.servlet.ServletConfig servletConfig)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.Object> getSingletons()  
      • Methods inherited from class javax.ws.rs.core.Application

        getClasses, getProperties
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BusinessApplication

        public BusinessApplication​(@Context
                                   javax.servlet.ServletConfig servletConfig)
        Constructor
        Parameters:
        servletConfig - the servlet configuration
    • Method Detail

      • getSingletons

        public java.util.Set<java.lang.Object> getSingletons()
        Overrides:
        getSingletons in class javax.ws.rs.core.Application