Modifier and Type | Method and Description |
---|---|
RuleTemplate |
RuleTemplateManager.getRuleTemplate(java.lang.Class<?> type) |
RuleTemplate |
RuleTemplateManager.getRuleTemplate(java.lang.String ruleName) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RuleTemplate> |
RuleTemplateManager.getRuleTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
RuleTemplateManager.addRuleTemplate(RuleTemplate ruleTemplate) |
protected void |
RuleSetBuilder.applyTemplateToRule(RuleTemplate ruleTemplate,
Rule rule,
RuleSet ruleSet) |
protected Rule |
RuleSetBuilder.exportRule(RuleTemplate ruleTemplate,
RuleSet ruleSet) |
void |
RuleTemplateBuilder.initRuleTemplate(InitializerContext initializerContext,
RuleTemplate ruleTemplate) |
protected void |
RuleTemplateBuilder.processInitializer(RuleTemplate ruleTemplate,
InitializerContext initializerContext) |
void |
RuleTemplateBuilder.ruleTemplateAdded(RuleTemplateManager ruleTemplateManager,
RuleTemplate ruleTemplate) |
void |
RuleTemplateManagerListener.ruleTemplateAdded(RuleTemplateManager ruleTemplateManager,
RuleTemplate ruleTemplate) |
Modifier and Type | Method and Description |
---|---|
protected RuleTemplate |
CommonRuleTemplateInitializer.createRuleTemplate(RuleTemplateManager ruleTemplateManager,
java.lang.Class<?> type,
RuleTemplate parentRuleTemplate) |
Modifier and Type | Method and Description |
---|---|
protected RuleTemplate |
CommonRuleTemplateInitializer.createRuleTemplate(RuleTemplateManager ruleTemplateManager,
java.lang.Class<?> type,
RuleTemplate parentRuleTemplate) |
protected java.util.List<AutoChildTemplate> |
CommonRuleTemplateInitializer.getChildTemplates(RuleTemplate ruleTemplate,
TypeInfo typeInfo,
XmlNodeInfo xmlNodeInfo,
InitializerContext initializerContext) |
protected java.util.List<AutoChildTemplate> |
CommonRuleTemplateInitializer.getChildTemplatesBySubNode(RuleTemplate ruleTemplate,
TypeInfo typeInfo,
java.lang.String propertyName,
XmlSubNode xmlSubNode,
TypeInfo propertyTypeInfo,
InitializerContext initializerContext) |
protected void |
CommonRuleTemplateInitializer.initChildTemplates(RuleTemplate ruleTemplate,
TypeInfo typeInfo,
XmlNodeInfo xmlNodeInfo,
InitializerContext initializerContext) |
protected void |
CommonRuleTemplateInitializer.initClientEvent(RuleTemplate ruleTemplate,
TypeInfo typeInfo,
InitializerContext initializerContext) |
protected void |
CommonRuleTemplateInitializer.initProperties(RuleTemplate ruleTemplate,
TypeInfo typeInfo,
XmlNodeInfo xmlNodeInfo,
InitializerContext initializerContext) |
void |
CommonRuleTemplateInitializer.initRuleTemplate(RuleTemplate ruleTemplate,
InitializerContext initializerContext) |
void |
FloatControlRuleTemplateInitializer.initRuleTemplate(RuleTemplate ruleTemplate,
InitializerContext initializerContext) |
void |
ModelRuleTemplateInitializer.initRuleTemplate(RuleTemplate ruleTemplate,
InitializerContext initializerContext) |
void |
RuleTemplateInitializer.initRuleTemplate(RuleTemplate ruleTemplate,
InitializerContext initializerContext) |
void |
ViewConfigRuleTemplateInitializer.initRuleTemplate(RuleTemplate ruleTemplate,
InitializerContext initializerContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
RuleSetOutputter.outputRuleTemplate(org.dom4j.io.XMLWriter xmlWriter,
RuleTemplate ruleTemplate,
OutputContext context) |
Modifier and Type | Method and Description |
---|---|
RuleTemplate |
RuleTemplateParser.getRuleTemplate(java.lang.String name,
ConfigRuleParseContext parserContext) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,RuleTemplate> |
ConfigRuleParseContext.getRuleTemplateMap() |
Modifier and Type | Class and Description |
---|---|
class |
AutoRuleTemplate |
Modifier and Type | Method and Description |
---|---|
RuleTemplate[] |
RuleTemplate.getParents() |
RuleTemplate |
ChildTemplate.getRuleTemplate() |
RuleTemplate |
LazyReferenceTemplate.getRuleTemplate() |
abstract RuleTemplate |
ReferenceTemplate.getRuleTemplate() |
RuleTemplate[] |
RuleTemplate.getSubRuleTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
RuleTemplate.setParents(RuleTemplate[] parents) |
void |
ChildTemplate.setRuleTemplate(RuleTemplate ruleTemplate) |
Constructor and Description |
---|
AutoChildTemplate(java.lang.String name,
RuleTemplate ruleTemplate,
XmlSubNode xmlSubNode) |
ChildTemplate(java.lang.String name,
RuleTemplate ruleTemplate) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.