Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.gwt
Class GwtBundleActivator

java.lang.Object
  extended by org.nuxeo.ecm.webengine.gwt.GwtBundleActivator
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener

public class GwtBundleActivator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener

This activator must be used as an activator by bundles that wants to deploy GWT resources in a nuxeo server.

Author:
Bogdan Stefanescu

Field Summary
static boolean GWT_DEV_MODE
           
static String GWT_DEV_MODE_PROP
           
static File GWT_ROOT
           
 
Constructor Summary
GwtBundleActivator()
           
 
Method Summary
 void frameworkEvent(org.osgi.framework.FrameworkEvent event)
           
static void installGwtApp(org.osgi.framework.Bundle bundle)
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GWT_DEV_MODE_PROP

public static final String GWT_DEV_MODE_PROP
See Also:
Constant Field Values

GWT_ROOT

public static final File GWT_ROOT

GWT_DEV_MODE

public static final boolean GWT_DEV_MODE
Constructor Detail

GwtBundleActivator

public GwtBundleActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

installGwtApp

public static void installGwtApp(org.osgi.framework.Bundle bundle)
                          throws Exception
Throws:
Exception

frameworkEvent

public void frameworkEvent(org.osgi.framework.FrameworkEvent event)
Specified by:
frameworkEvent in interface org.osgi.framework.FrameworkListener

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.