|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.balana.combine.CombinerElement
org.wso2.balana.combine.RuleCombinerElement
public class RuleCombinerElement
Specific version of CombinerElement
used for rule combining.
Constructor Summary | |
---|---|
RuleCombinerElement(Rule rule)
Constructor that only takes a Rule
| |
RuleCombinerElement(Rule rule,
List parameters)
Constructor that takes both the Rule to combine and its associated combiner
parameters. |
Method Summary | |
---|---|
void |
encode(StringBuilder builder)
Encodes this RuleCombinerElement into its XML form and writes this out to the provided
StringBuilder |
Rule |
getRule()
Returns the Rule in this element. |
Methods inherited from class org.wso2.balana.combine.CombinerElement |
---|
getElement, getParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleCombinerElement(Rule rule)
RuleRule
when combining.
rule
- a Rule
to use in combiningpublic RuleCombinerElement(Rule rule, List parameters)
Rule
to combine and its associated combiner
parameters.
rule
- a Rule
to use in combiningparameters
- a (possibly empty) non-null List
of
CombinerParameters provided for general
use (for all pre-2.0 policies this must be empty)
Method Detail |
---|
public Rule getRule()
Rule
in this element.
Rule
public void encode(StringBuilder builder)
RuleCombinerElement
into its XML form and writes this out to the provided
StringBuilder
- Specified by:
encode
in class CombinerElement
- Parameters:
builder
- string stream into which the XML-encoded data is written
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |