Class ServletHandler

    • Field Detail

      • useCount

        protected volatile int useCount
    • Method Detail

      • getContextServiceId

        public long getContextServiceId()
      • getServlet

        public javax.servlet.Servlet getServlet()
      • setServlet

        protected void setServlet​(javax.servlet.Servlet s)
      • handle

        public void handle​(javax.servlet.ServletRequest req,
                           javax.servlet.ServletResponse res)
                    throws javax.servlet.ServletException,
                           IOException
        Throws:
        javax.servlet.ServletException
        IOException
      • getName

        public String getName()
      • init

        public int init()
        Initialize the object
        Returns:
        {code -1} on success, a failure reason according to DTOConstants otherwise.
      • destroy

        public boolean destroy()
      • dispose

        public boolean dispose()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getMultipartSecurityContext

        public org.osgi.framework.Bundle getMultipartSecurityContext()