|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.FileDocument.ContentTypeSelector
public static class FileDocument.ContentTypeSelector
This DataSelector selects all the FileDocument matching the given content type. E.g. all FileDocument matching "image/gif" or "image/*")
| Field Summary |
|---|
| Fields inherited from interface com.jalios.jcms.DataSelector |
|---|
REVISION |
| Constructor Summary | |
|---|---|
FileDocument.ContentTypeSelector(java.lang.String type)
|
|
| Method Summary | |
|---|---|
boolean |
isSelected(Data data)
Evaluates if a data must be selected or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileDocument.ContentTypeSelector(java.lang.String type)
type - the content type (e.g. image/gif, image/*, *&slash;*)| Method Detail |
|---|
public boolean isSelected(Data data)
DataSelector
isSelected in interface DataSelectordata - the data to evaluate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||