public interface ContentItemFilter
| Modifier and Type | Field and Description |
|---|---|
static ContentItemFilter |
ALL |
static ContentItemFilter |
ALL_BUT_MISC |
static ContentItemFilter |
MISC_ONLY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(ContentItem item)
Tests whether or not the content-item should be included or not.
|
static final ContentItemFilter ALL
static final ContentItemFilter MISC_ONLY
static final ContentItemFilter ALL_BUT_MISC
boolean accepts(ContentItem item)
item - the content itemtrue if and only if item should be includedCopyright © 2014 JBoss by Red Hat. All rights reserved.