Uses of Class
org.eclipse.jetty.ant.types.ContextHandlers
-
Packages that use ContextHandlers Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configuration -
-
Uses of ContextHandlers in org.eclipse.jetty.ant
Fields in org.eclipse.jetty.ant declared as ContextHandlers Modifier and Type Field Description private ContextHandlers
JettyRunTask. contextHandlers
List of other contexts to deployprivate ContextHandlers
ServerProxyImpl. contextHandlers
other contexts to deployMethods in org.eclipse.jetty.ant that return ContextHandlers Modifier and Type Method Description ContextHandlers
ServerProxyImpl. getContextHandlers()
Methods in org.eclipse.jetty.ant with parameters of type ContextHandlers Modifier and Type Method Description void
JettyRunTask. addContextHandlers(ContextHandlers handlers)
void
ServerProxyImpl. setContextHandlers(ContextHandlers contextHandlers)
-