org.drools.guvnor.server.contenthandler
Class ScenarioContentHandler
java.lang.Object
org.drools.guvnor.server.contenthandler.ContentHandler
org.drools.guvnor.server.contenthandler.PlainTextContentHandler
org.drools.guvnor.server.contenthandler.ScenarioContentHandler
public class ScenarioContentHandler
- extends PlainTextContentHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScenarioContentHandler
public ScenarioContentHandler()
retrieveAssetContent
public void retrieveAssetContent(RuleAsset asset,
AssetItem item)
throws com.google.gwt.user.client.rpc.SerializationException
- Description copied from class:
ContentHandler
- When loading asset content.
- Overrides:
retrieveAssetContent
in class PlainTextContentHandler
- Parameters:
asset
- The target.item
- The source.
- Throws:
com.google.gwt.user.client.rpc.SerializationException
storeAssetContent
public void storeAssetContent(RuleAsset asset,
AssetItem repoAsset)
throws com.google.gwt.user.client.rpc.SerializationException
- Description copied from class:
ContentHandler
- For storing the asset content back into the repo node (any changes).
- Overrides:
storeAssetContent
in class PlainTextContentHandler
- Throws:
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.