org.drools.guvnor.client.ruleeditor
Class EditorLauncher

java.lang.Object
  extended by org.drools.guvnor.client.ruleeditor.EditorLauncher

public class EditorLauncher
extends Object

This launches the appropriate editor for the asset type. This uses the format attribute to determine the appropriate editor, and ALSO to unpackage the content payload from the generic asset RPC object. NOTE: when adding new editors for asset types, this will also need to be enhanced to load it up/unpackage it correctly for the editor. The editors will make changes to the rpc objects in place, and when checking in the whole RPC objects will be sent back to the server.


Field Summary
static Boolean hostedMode
           
 
Constructor Summary
EditorLauncher()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostedMode

public static Boolean hostedMode
Constructor Detail

EditorLauncher

public EditorLauncher()


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