类 org.eclipse.jetty.server.handler.ContextHandler
的使用

使用 ContextHandler 的软件包
org.eclipse.jetty.deploy   
org.eclipse.jetty.deploy.jmx   
org.eclipse.jetty.deploy.providers   
org.eclipse.jetty.http.spi   
org.eclipse.jetty.overlays   
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.handler.jmx   
org.eclipse.jetty.server.session   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
 

org.eclipse.jetty.deployContextHandler 的使用
 

返回 ContextHandlerorg.eclipse.jetty.deploy 中的方法
 ContextHandler AppProvider.createContextHandler(App app)
          Create a ContextHandler for an App
 ContextHandler App.getContextHandler()
          Get ContextHandler for the App.
 

参数类型为 ContextHandlerorg.eclipse.jetty.deploy 中的构造方法
App(DeploymentManager manager, AppProvider provider, String originId, ContextHandler context)
          Create an App with specified Origin ID and archivePath
 

org.eclipse.jetty.deploy.jmxContextHandler 的使用
 

返回变量类型为 ContextHandler 的类型的 org.eclipse.jetty.deploy.jmx 中的方法
 Collection<ContextHandler> DeploymentManagerMBean.getContexts()
           
 

org.eclipse.jetty.deploy.providersContextHandler 的使用
 

返回 ContextHandlerorg.eclipse.jetty.deploy.providers 中的方法
 ContextHandler WebAppProvider.createContextHandler(App app)
           
 ContextHandler ContextProvider.createContextHandler(App app)
           
 

org.eclipse.jetty.http.spiContextHandler 的使用
 

org.eclipse.jetty.http.spiContextHandler 的子类
 class HttpSpiContextHandler
          Jetty handler that bridges requests to HttpHandler.
 

org.eclipse.jetty.overlaysContextHandler 的使用
 

返回 ContextHandlerorg.eclipse.jetty.overlays 中的方法
 ContextHandler OverlayedAppProvider.createContextHandler(App app)
          Create Context Handler.
 

org.eclipse.jetty.serverContextHandler 的使用
 

返回 ContextHandlerorg.eclipse.jetty.server 中的方法
 ContextHandler AsyncContinuation.getContextHandler()
           
 

参数类型为 ContextHandlerorg.eclipse.jetty.server 中的构造方法
Dispatcher(ContextHandler contextHandler, String name)
          Constructor.
Dispatcher(ContextHandler contextHandler, String uri, String pathInContext, String query)
           
 

org.eclipse.jetty.server.handlerContextHandler 的使用
 

org.eclipse.jetty.server.handlerContextHandler 的子类
 class MovedContextHandler
          Moved ContextHandler.
 

返回 ContextHandlerorg.eclipse.jetty.server.handler 中的方法
 ContextHandler ContextHandlerCollection.addContext(String contextPath, String resourceBase)
          Add a context handler.
 ContextHandler ContextHandler.Context.getContextHandler()
           
 

org.eclipse.jetty.server.handler.jmxContextHandler 的使用
 

参数类型为 ContextHandlerorg.eclipse.jetty.server.handler.jmx 中的方法
protected  String AbstractHandlerMBean.getContextName(ContextHandler context)
           
 

org.eclipse.jetty.server.sessionContextHandler 的使用
 

返回 ContextHandlerorg.eclipse.jetty.server.session 中的方法
 ContextHandler AbstractSessionManager.getContextHandler()
           
 

org.eclipse.jetty.servletContextHandler 的使用
 

org.eclipse.jetty.servletContextHandler 的子类
 class ServletContextHandler
          Servlet Context.
 

返回 ContextHandlerorg.eclipse.jetty.servlet 中的方法
protected  ContextHandler DefaultServlet.initContextHandler(ServletContext servletContext)
          Compute the field _contextHandler.
 

参数类型为 ContextHandlerorg.eclipse.jetty.servlet 中的构造方法
JspPropertyGroupServlet(ContextHandler context, ServletHandler servletHandler)
           
 

org.eclipse.jetty.webappContextHandler 的使用
 

org.eclipse.jetty.webappContextHandler 的子类
 class WebAppContext
          Web Application Context Handler.
 



Copyright © 2013. All Rights Reserved.