org.drools.guvnor.client
Class GuvnorDroolsEntryPoint

java.lang.Object
  extended by org.drools.guvnor.client.GuvnorDroolsEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class GuvnorDroolsEntryPoint
extends Object
implements com.google.gwt.core.client.EntryPoint

This is the main launching/entry point for the Guvnor web console. It essentially sets the initial layout.

If you hadn't noticed, this is using GWT from google. Refer to GWT docs if GWT is new to you (it is quite a different way of building web apps).


Constructor Summary
GuvnorDroolsEntryPoint()
           
 
Method Summary
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuvnorDroolsEntryPoint

public GuvnorDroolsEntryPoint()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint


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