Class JavaWebRule
public class JavaWebRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
- Inheritance
-
JavaWebRule
- Implements
- Inherited Members
Constructors
JavaWebRule()
public JavaWebRule()
Methods
CreateApplet(GlueRuleExecutionState)
public static void CreateApplet(GlueRuleExecutionState state)
Parameters
stateGlueRuleExecutionState
Execute(GlueRuleExecutionState)
Executes the rule.
public override void Execute(GlueRuleExecutionState state)
Parameters
stateGlueRuleExecutionStateThe current rule execution state.
Remarks
This has to be implemented by the rule classes.