Class ResourceServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.jetty.servlet.DefaultServlet
com.hack23.cia.web.impl.ui.application.ResourceServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.eclipse.jetty.server.ResourceService.WelcomeFactory, org.eclipse.jetty.util.resource.ResourceFactory

@WebServlet(urlPatterns={"/favicon.ico","/robots.txt","/sitemap.xml","*.cache.js","*.woff","*.css","/VAADIN/themes/valo/fonts/themeicons-webfont/*","/VAADIN/themes/valo/fonts/vaadin-icons/*","/VAADIN/widgetsets/com.hack23.cia.web.widgets.WebWidgetSet/dcharts/*","/VAADIN/themes/cia/*","/VAADIN/themes/valo/shared/img/*"},loadOnStartup=1,initParams={@WebInitParam(name="gzip",value="true"),@WebInitParam(name="etags",value="true"),@WebInitParam(name="cacheControl",value="public, max-age=31536000"),@WebInitParam(name="precompressed",value="true")},asyncSupported=true) public class ResourceServlet extends org.eclipse.jetty.servlet.DefaultServlet
The Class ResourceServlet.
See Also:
  • Field Summary

    Fields inherited from class org.eclipse.jetty.servlet.DefaultServlet

    CONTEXT_INIT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     

    Methods inherited from class org.eclipse.jetty.servlet.DefaultServlet

    destroy, doGet, doHead, doOptions, doPost, doTrace, getInitParameter, getResource, getWelcomeFile, init, initContextHandler

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doPut, getLastModified, service

    Methods inherited from class javax.servlet.GenericServlet

    getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

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

    • ResourceServlet

      public ResourceServlet()
  • Method Details

    • service

      protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Overrides:
      service in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException