Drools Workbench - JCR to UberFire VFS migration 6.2.0-SNAPSHOT

org.drools.workbench.jcr2vfsmigration.vfs
Class ServletContextFactory

java.lang.Object
  extended by 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.


Constructor Summary
ServletContextFactory()
           
 
Method Summary
 void onStartup()
           
 javax.servlet.ServletContext servletContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextFactory

public ServletContextFactory()
Method Detail

onStartup

@PostConstruct
public void onStartup()

servletContext

@Produces
@Named(value="uf")
public javax.servlet.ServletContext servletContext()

Drools Workbench - JCR to UberFire VFS migration 6.2.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.