Class JavaxServletWebApplication

    • Field Detail

      • servletContext

        private final javax.servlet.ServletContext servletContext
    • Constructor Detail

      • JavaxServletWebApplication

        JavaxServletWebApplication​(javax.servlet.ServletContext servletContext)
    • Method Detail

      • buildExchange

        public IServletWebExchange buildExchange​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                 javax.servlet.http.HttpServletResponse httpServletResponse)
      • setAttributeValue

        public void setAttributeValue​(java.lang.String name,
                                      java.lang.Object value)
        Specified by:
        setAttributeValue in interface IWebApplication
      • getResource

        public java.net.URL getResource​(java.lang.String path)
                                 throws java.net.MalformedURLException
        Specified by:
        getResource in interface IServletWebApplication
        Throws:
        java.net.MalformedURLException
      • servletContextMatches

        private boolean servletContextMatches​(javax.servlet.http.HttpServletRequest httpServletRequest)