JavaScript is disabled on your browser.
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
io.undertow.servlet.handlers.DefaultServlet
org.hawkular.metrics.api.jaxrs.handler.ClientRouterDispatchingServlet
All Implemented Interfaces:
Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
public class ClientRouterDispatchingServlet
extends io.undertow.servlet.handlers.DefaultServlet
Servlet used for delivering static data as undertow's DefaultServlet and preserves url for client-side router
such as Angular's in single-page app context
Author:
Joel Takvorian
See Also:
Serialized Form
Field Summary
Fields inherited from class io.undertow.servlet.handlers.DefaultServlet
ALLOWED_EXTENSIONS, DEFAULT_ALLOWED, DIRECTORY_LISTING, DISALLOWED_EXTENSIONS, RESOLVE_AGAINST_CONTEXT_ROOT
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
protected void
doGet (javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Methods inherited from class io.undertow.servlet.handlers.DefaultServlet
doDelete, doOptions, doPost, doPut, doTrace, init
Methods inherited from class javax.servlet.http.HttpServlet
doHead, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, 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
Copyright © 2014–2018 Red Hat, Inc. . All rights reserved.