Package com.aspectran.core.context.rule
Class ChooseRule
- java.lang.Object
-
- com.aspectran.core.context.rule.ChooseRule
-
public class ChooseRule extends java.lang.ObjectCreated: 2019-01-06
-
-
Constructor Summary
Constructors Constructor Description ChooseRule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ChooseWhenRule>getChooseWhenRules()ChooseWhenRulenewChooseWhenRule()static ChooseRulenewInstance()
-
-
-
Method Detail
-
newChooseWhenRule
public ChooseWhenRule newChooseWhenRule()
-
getChooseWhenRules
public java.util.List<ChooseWhenRule> getChooseWhenRules()
-
newInstance
public static ChooseRule newInstance()
-
-