|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterRuleChain | |
|---|---|
| net.sf.mmm.util.filter.base | Contains public implementations of the filtering-API. |
| Uses of FilterRuleChain in net.sf.mmm.util.filter.base |
|---|
| Fields in net.sf.mmm.util.filter.base declared as FilterRuleChain | |
|---|---|
private FilterRuleChain<V> |
FilterRuleChain.parent
The parent that is extended by this chain or null. |
| Methods in net.sf.mmm.util.filter.base that return FilterRuleChain | |
|---|---|
FilterRuleChain<V> |
FilterRuleChain.extend(boolean newDefaultResult,
FilterRule<V>... additionalRules)
This method extends this chain with additionalRules. |
FilterRuleChain<String> |
FilterRuleChainPlainParser.parse(BufferedReader reader,
boolean defaultResult)
This method parses the content of the given reader as
FilterRuleChain as described above. |
FilterRuleChain<String> |
FilterRuleChainPlainParser.parse(Reader reader,
boolean defaultResult)
This method parses the content of the given reader as
FilterRuleChain as described above. |
FilterRuleChain<String> |
FilterRuleChainXmlParser.parseChain(Element xmlElement)
This method parses a chain given by
xmlElement. |
FilterRuleChain<String> |
FilterRuleChainXmlParser.parseChain(Element xmlElement,
FilterRuleChain<String> parent)
This method parses a chain given as XML via
xmlElement. |
FilterRuleChain<String> |
FilterRuleChainXmlParser.parseChain(InputStream inStream)
This method parses the chain from the given inStream. |
| Methods in net.sf.mmm.util.filter.base that return types with arguments of type FilterRuleChain | |
|---|---|
Map<String,FilterRuleChain<String>> |
FilterRuleChainXmlParser.parseChains(Element xmlElement)
This method parses a map of chains given by
xmlElement. |
| Methods in net.sf.mmm.util.filter.base with parameters of type FilterRuleChain | |
|---|---|
FilterRuleChain<String> |
FilterRuleChainXmlParser.parseChain(Element xmlElement,
FilterRuleChain<String> parent)
This method parses a chain given as XML via
xmlElement. |
| Constructors in net.sf.mmm.util.filter.base with parameters of type FilterRuleChain | |
|---|---|
FilterRuleChain(String id,
FilterRuleChain<V> parent,
boolean defaultResult,
FilterRule<V>... rules)
The constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||