org.drools.workbench.jcr2vfsmigration.vfs
Class ServletContextFactory
java.lang.Object
org.drools.workbench.jcr2vfsmigration.vfs.ServletContextFactory
@Singleton
public class ServletContextFactory
- extends Object
Producer for ServletContext required by org.uberfire.backend.server.plugin.RuntimePluginsServiceServerImpl
that is within the uberfire-server-backend dependency we need for JCR-to-VFS data migration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletContextFactory
public ServletContextFactory()
onStartup
@PostConstruct
public void onStartup()
servletContext
@Produces
@Named(value="uf")
public javax.servlet.ServletContext servletContext()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.