Package org.qubership.profiler.servlet
Class TreeFetcher
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.qubership.profiler.servlet.HttpServletBase<org.qubership.profiler.output.CallTreeMediator,org.qubership.profiler.servlet.TreeFetcher.RequestContext>
org.qubership.profiler.servlet.TreeFetcher
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class TreeFetcher
extends HttpServletBase<org.qubership.profiler.output.CallTreeMediator,org.qubership.profiler.servlet.TreeFetcher.RequestContext>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.qubership.profiler.servlet.TreeFetcher.RequestContextprotected org.qubership.profiler.output.CallTreeMediatorgetMediator(org.qubership.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.qubership.profiler.output.layout.Layout layout) protected RunnableidentifyAction(org.qubership.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.qubership.profiler.output.CallTreeMediator mediator) protected org.qubership.profiler.output.layout.LayoutidentifyLayout(org.qubership.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) voidinit(javax.servlet.ServletConfig config) Methods inherited from class org.qubership.profiler.servlet.HttpServletBase
createSupervisor, doGet, doPost, parseLongMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
CHAIN_ID_KEY
- See Also:
-
-
Constructor Details
-
TreeFetcher
public TreeFetcher()
-
-
Method Details
-
createContext
protected org.qubership.profiler.servlet.TreeFetcher.RequestContext createContext()- Overrides:
createContextin classHttpServletBase<org.qubership.profiler.output.CallTreeMediator,org.qubership.profiler.servlet.TreeFetcher.RequestContext>
-
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException - Specified by:
initin interfacejavax.servlet.Servlet- Overrides:
initin classjavax.servlet.GenericServlet- Throws:
javax.servlet.ServletException
-
identifyLayout
protected org.qubership.profiler.output.layout.Layout identifyLayout(org.qubership.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) - Specified by:
identifyLayoutin classHttpServletBase<org.qubership.profiler.output.CallTreeMediator,org.qubership.profiler.servlet.TreeFetcher.RequestContext>
-
getMediator
protected org.qubership.profiler.output.CallTreeMediator getMediator(org.qubership.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.qubership.profiler.output.layout.Layout layout) - Specified by:
getMediatorin classHttpServletBase<org.qubership.profiler.output.CallTreeMediator,org.qubership.profiler.servlet.TreeFetcher.RequestContext>
-
identifyAction
protected Runnable identifyAction(org.qubership.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.qubership.profiler.output.CallTreeMediator mediator) - Specified by:
identifyActionin classHttpServletBase<org.qubership.profiler.output.CallTreeMediator,org.qubership.profiler.servlet.TreeFetcher.RequestContext>
-