|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandler | |
---|---|
org.drools.guvnor.server.builder | This package contains utilities for building and validating rule assets in the BRMS. |
org.drools.guvnor.server.contenthandler | This package is for content format handlers. |
Uses of ContentHandler in org.drools.guvnor.server.builder |
---|
Constructors in org.drools.guvnor.server.builder with parameters of type ContentHandler | |
---|---|
AssetItemValidator(ContentHandler handler,
AssetItem assetItemUnderValidation)
|
Uses of ContentHandler in org.drools.guvnor.server.contenthandler |
---|
Subclasses of ContentHandler in org.drools.guvnor.server.contenthandler | |
---|---|
class |
BaseXStreamContentHandler<T extends PortableObject>
|
class |
BPMN2ProcessHandler
|
class |
BRLContentHandler
|
class |
DecisionTableXLSHandler
This is for handling XLS content (classic decision tables). |
class |
DefaultContentHandler
Default ones will store things as an attachment. |
class |
DRLFileContentHandler
|
class |
DSLDefinitionContentHandler
|
class |
DSLRuleContentHandler
|
class |
EnumerationContentHandler
|
class |
FactModelContentHandler
|
class |
FunctionContentHandler
|
class |
GuidedDTContentHandler
For guided decision tables. |
class |
ModelContentHandler
This is used for handling jar models for the rules. |
class |
PlainTextContentHandler
|
class |
PropertiesHandler
Handle *.properties file as a content for rule asset instead of a binary attachment |
class |
RuleFlowHandler
|
class |
RuleTemplateHandler
|
class |
ScenarioContentHandler
|
class |
SpringContextContentHandler
|
class |
WorkingSetHandler
|
class |
WorkItemContentHandler
|
class |
XmlFileHandler
|
Methods in org.drools.guvnor.server.contenthandler that return ContentHandler | |
---|---|
static ContentHandler |
ContentManager.getHandler(String format)
|
Methods in org.drools.guvnor.server.contenthandler that return types with arguments of type ContentHandler | |
---|---|
Map<String,ContentHandler> |
ContentManager.getContentHandlers()
Return the content handlers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |