Class TreeFetcher

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.netcracker.profiler.servlet.HttpServletBase<com.netcracker.profiler.output.CallTreeMediator,com.netcracker.profiler.servlet.TreeFetcher.RequestContext>
com.netcracker.profiler.servlet.TreeFetcher
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class TreeFetcher extends HttpServletBase<com.netcracker.profiler.output.CallTreeMediator,com.netcracker.profiler.servlet.TreeFetcher.RequestContext>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.netcracker.profiler.servlet.TreeFetcher.RequestContext
     
    protected com.netcracker.profiler.output.CallTreeMediator
    getMediator(com.netcracker.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, com.netcracker.profiler.output.layout.Layout layout)
     
    protected Runnable
    identifyAction(com.netcracker.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, com.netcracker.profiler.output.CallTreeMediator mediator)
     
    protected com.netcracker.profiler.output.layout.Layout
    identifyLayout(com.netcracker.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
     
    void
    init(javax.servlet.ServletConfig config)
     

    Methods inherited from class com.netcracker.profiler.servlet.HttpServletBase

    createSupervisor, doGet, doPost, parseLong

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doHead, doOptions, doPut, doTrace, 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
  • Field Details

  • Constructor Details

    • TreeFetcher

      public TreeFetcher()
  • Method Details

    • createContext

      protected com.netcracker.profiler.servlet.TreeFetcher.RequestContext createContext()
      Overrides:
      createContext in class HttpServletBase<com.netcracker.profiler.output.CallTreeMediator,com.netcracker.profiler.servlet.TreeFetcher.RequestContext>
    • init

      public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
      Specified by:
      init in interface javax.servlet.Servlet
      Overrides:
      init in class javax.servlet.GenericServlet
      Throws:
      javax.servlet.ServletException
    • identifyLayout

      protected com.netcracker.profiler.output.layout.Layout identifyLayout(com.netcracker.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
      Specified by:
      identifyLayout in class HttpServletBase<com.netcracker.profiler.output.CallTreeMediator,com.netcracker.profiler.servlet.TreeFetcher.RequestContext>
    • getMediator

      protected com.netcracker.profiler.output.CallTreeMediator getMediator(com.netcracker.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, com.netcracker.profiler.output.layout.Layout layout)
      Specified by:
      getMediator in class HttpServletBase<com.netcracker.profiler.output.CallTreeMediator,com.netcracker.profiler.servlet.TreeFetcher.RequestContext>
    • identifyAction

      protected Runnable identifyAction(com.netcracker.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, com.netcracker.profiler.output.CallTreeMediator mediator)
      Specified by:
      identifyAction in class HttpServletBase<com.netcracker.profiler.output.CallTreeMediator,com.netcracker.profiler.servlet.TreeFetcher.RequestContext>