Package org.drools.guvnor.server.contenthandler

This package is for content format handlers.

See:
          Description

Interface Summary
ICanHasAttachment =(^.^)=
ICompilable This inferface indicates that an asset is a rule asset content type, ie not a model, dsl etc that supports package compilation.
IRuleAsset  
IValidating This interface indicates that an asset can validate itself, and present errors if requested.
 

Class Summary
BaseXStreamContentHandler<T extends PortableObject>  
BPELHandler  
BPMN2ProcessHandler  
BRLContentHandler  
ContentHandler All content handlers must implement this, and be registered in content_types.properties
ContentManager This configures the content handlers based on a props file.
DecisionTableXLSHandler This is for handling XLS content (classic decision tables).
DefaultContentHandler Default ones will store things as an attachment.
DRLFileContentHandler  
DSLDefinitionContentHandler  
DSLRuleContentHandler  
EnumerationContentHandler  
FactModelContentHandler  
FunctionContentHandler  
GuidedDTContentHandler For guided decision tables.
ModelContentHandler This is used for handling jar models for the rules.
PlainTextContentHandler  
PropertiesHandler Handle *.properties file as a content for rule asset instead of a binary attachment
RuleFlowHandler  
ScenarioContentHandler  
SpringContextContentHandler  
SpringContextValidator The Meaning of this class is to validate the Syntax of the Spring Context XML FILE.
TemplateModelHandler  
WorkingSetHandler  
XmlFileHandler  
 

Package org.drools.guvnor.server.contenthandler Description

This package is for content format handlers. The Dublin Core format attribute specifies what content handler to load.



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.