public abstract class JaxRsServletHolderFactory extends Object
ServerModules can register services at the same mount point.
So this class will collect all packages/classes per mount point and create the ServletHolder
when all modules have registered services, see create(Collection, boolean).| Modifier and Type | Class and Description |
|---|---|
static class |
JaxRsServletHolderFactory.Classes |
static class |
JaxRsServletHolderFactory.Packages |
| Constructor and Description |
|---|
JaxRsServletHolderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<String> items,
Collection<org.neo4j.server.plugins.Injectable<?>> injectableProviders) |
ServletHolder |
create(Collection<InjectableProvider<?>> defaultInjectables,
boolean wadlEnabled) |
void |
remove(List<String> items) |
public void add(List<String> items, Collection<org.neo4j.server.plugins.Injectable<?>> injectableProviders)
public ServletHolder create(Collection<InjectableProvider<?>> defaultInjectables, boolean wadlEnabled)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.