Uses of Annotation Type
org.eclipse.jetty.util.annotation.Name
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
-
Uses of Name in org.eclipse.jetty.alpn.server
ModifierConstructorDescriptionALPNServerConnectionFactory
(String protocols) ALPNServerConnectionFactory
(String... protocols) -
Uses of Name in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionvoid
void
void
DeploymentManager.requestAppGoal
(String appId, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state.void
DeploymentManager.requestAppGoal
(String appId, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state. -
Uses of Name in org.eclipse.jetty.deploy.jmx
Modifier and TypeMethodDescription -
Uses of Name in org.eclipse.jetty.http2.server
ModifierConstructorDescriptionAbstractHTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration) protected
AbstractHTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) protected
AbstractHTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2CServerConnectionFactory
(HttpConfiguration httpConfiguration) HTTP2CServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2CServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration) HTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) -
Uses of Name in org.eclipse.jetty.rewrite.handler
ModifierConstructorDescriptionCookiePatternRule
(String pattern, String name, String value) CookiePatternRule
(String pattern, String name, String value) CookiePatternRule
(String pattern, String name, String value) HeaderPatternRule
(String pattern, String name, String value) HeaderPatternRule
(String pattern, String name, String value) HeaderPatternRule
(String pattern, String name, String value) HeaderRegexRule
(String regex, String name, String value) HeaderRegexRule
(String regex, String name, String value) HeaderRegexRule
(String regex, String name, String value) RedirectPatternRule
(String pattern, String location) RedirectPatternRule
(String pattern, String location) RedirectRegexRule
(String regex, String location) RedirectRegexRule
(String regex, String location) ResponsePatternRule
(String pattern, String code, String message) ResponsePatternRule
(String pattern, String code, String message) ResponsePatternRule
(String pattern, String code, String message) RewritePatternRule
(String pattern, String replacement) RewritePatternRule
(String pattern, String replacement) RewriteRegexRule
(String regex, String replacement) RewriteRegexRule
(String regex, String replacement) TerminatingRegexRule
(String regex) -
Uses of Name in org.eclipse.jetty.security.openid
ModifierConstructorDescriptionOpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider. -
Uses of Name in org.eclipse.jetty.server
ModifierConstructorDescriptionAcceptRateLimit
(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit
(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit
(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit
(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit
(int acceptRateLimit, long period, TimeUnit units, Server server) AcceptRateLimit
(int acceptRateLimit, long period, TimeUnit units, Server server) AcceptRateLimit
(int acceptRateLimit, long period, TimeUnit units, Server server) AcceptRateLimit
(int acceptRateLimit, long period, TimeUnit units, Server server) ConnectionLimit
(int maxConnections, Connector... connectors) ConnectionLimit
(int maxConnections, Connector... connectors) ConnectionLimit
(int maxConnections, Server server) ConnectionLimit
(int maxConnections, Server server) DebugListener
(boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener
(boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener
(boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener
(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener
(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener
(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener
(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) LowResourceMonitor
(Server server) SecureRequestCustomizer
(boolean sniHostCheck) SecureRequestCustomizer
(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer
(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer
(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer
(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer
(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer
(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer
(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) Server
(int port) Convenience constructor Creates server and aServerConnector
at the passed port.Server
(InetSocketAddress addr) Convenience constructorServer
(ThreadPool pool) ServerConnector
(Server server) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector
(Server server, ConnectionFactory... factories) Construct a Server Connector with the passed Connection factories.ServerConnector
(Server server, ConnectionFactory... factories) Construct a Server Connector with the passed Connection factories.ServerConnector
(Server server, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) SslConnectionFactory
(String nextProtocol) SslConnectionFactory
(SslContextFactory.Server factory, String nextProtocol) SslConnectionFactory
(SslContextFactory.Server factory, String nextProtocol) -
Uses of Name in org.eclipse.jetty.server.handler
ModifierConstructorDescriptionThreadLimitHandler
(String forwardedHeader) ThreadLimitHandler
(String forwardedHeader, boolean rfc7239) ThreadLimitHandler
(String forwardedHeader, boolean rfc7239) -
Uses of Name in org.eclipse.jetty.server.handler.jmx
Modifier and TypeMethodDescriptionvoid
ContextHandlerMBean.removeContextAttribute
(String name) void
ContextHandlerMBean.setContextAttribute
(String name, Object value) void
ContextHandlerMBean.setContextAttribute
(String name, Object value) void
ContextHandlerMBean.setContextAttribute
(String name, String value) void
ContextHandlerMBean.setContextAttribute
(String name, String value) -
Uses of Name in org.eclipse.jetty.unixsocket.server
ModifierConstructorDescriptionUnixSocketConnector
(Server server) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the default configuration.UnixSocketConnector
(Server server, int selectors) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given number of selectorsUnixSocketConnector
(Server server, int selectors) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given number of selectorsUnixSocketConnector
(Server server, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector
(Server server, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector
(Server server, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and ConnectionFactories.UnixSocketConnector
(Server server, int selectors, SslContextFactory.Server sslContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and SslContextFactory.UnixSocketConnector
(Server server, int selectors, SslContextFactory.Server sslContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and SslContextFactory.UnixSocketConnector
(Server server, int selectors, SslContextFactory.Server sslContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given selectors and SslContextFactory.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int selectors, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given parameters.UnixSocketConnector
(Server server, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given ConnectionFactories.UnixSocketConnector
(Server server, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given ConnectionFactories.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories.UnixSocketConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a UnixSocketConnector with the given SslContextFactory and ConnectionFactories. -
Uses of Name in org.eclipse.jetty.util
-
Uses of Name in org.eclipse.jetty.util.thread
Modifier and TypeMethodDescriptionQueuedThreadPool.dumpThread
(long id) boolean
QueuedThreadPool.interruptThread
(long id) ModifierConstructorDescriptionQueuedThreadPool
(int maxThreads) QueuedThreadPool
(int maxThreads, int minThreads) QueuedThreadPool
(int maxThreads, int minThreads) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool
(int maxThreads, int minThreads, BlockingQueue<Runnable> queue) QueuedThreadPool
(int maxThreads, int minThreads, BlockingQueue<Runnable> queue) QueuedThreadPool
(int maxThreads, int minThreads, BlockingQueue<Runnable> queue) ScheduledExecutorScheduler
(String name, boolean daemon, int threads) ScheduledExecutorScheduler
(String name, boolean daemon, int threads) ScheduledExecutorScheduler
(String name, boolean daemon, int threads) ScheduledExecutorScheduler
(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler
(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler
(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler
(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler
(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) -
Uses of Name in org.eclipse.jetty.webapp