Package com.netcracker.profiler.servlet
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.netcracker.profiler.servlet.TreeFetcher.RequestContextprotected com.netcracker.profiler.output.CallTreeMediatorgetMediator(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 RunnableidentifyAction(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.LayoutidentifyLayout(com.netcracker.profiler.servlet.TreeFetcher.RequestContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) voidinit(javax.servlet.ServletConfig config) Methods inherited from class com.netcracker.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 com.netcracker.profiler.servlet.TreeFetcher.RequestContext createContext()- Overrides:
createContextin classHttpServletBase<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:
initin interfacejavax.servlet.Servlet- Overrides:
initin classjavax.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:
identifyLayoutin classHttpServletBase<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:
getMediatorin classHttpServletBase<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:
identifyActionin classHttpServletBase<com.netcracker.profiler.output.CallTreeMediator,com.netcracker.profiler.servlet.TreeFetcher.RequestContext>
-