public abstract class BaseWebContextCreator extends Object implements WebContextCreator
| Constructor and Description |
|---|
BaseWebContextCreator() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.context.WebApplicationContext |
createWebContext(org.springframework.context.ApplicationContext rootContext,
org.eclipse.jetty.servlet.ServletContextHandler handler,
org.neo4j.kernel.configuration.Config config) |
protected abstract void |
registerConfigClasses(org.springframework.web.context.support.AnnotationConfigWebApplicationContext context,
org.neo4j.kernel.configuration.Config config) |
public org.springframework.web.context.WebApplicationContext createWebContext(org.springframework.context.ApplicationContext rootContext,
org.eclipse.jetty.servlet.ServletContextHandler handler,
org.neo4j.kernel.configuration.Config config)
createWebContext in interface WebContextCreatorprotected abstract void registerConfigClasses(org.springframework.web.context.support.AnnotationConfigWebApplicationContext context,
org.neo4j.kernel.configuration.Config config)
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.