Package org.opencms.xml.containerpage
Class CmsFormatterConfiguration.IsDisplay
java.lang.Object
org.opencms.xml.containerpage.CmsFormatterConfiguration.IsDisplay
- All Implemented Interfaces:
com.google.common.base.Predicate<I_CmsFormatterBean>
,Predicate<I_CmsFormatterBean>
- Enclosing class:
- CmsFormatterConfiguration
public static class CmsFormatterConfiguration.IsDisplay
extends Object
implements com.google.common.base.Predicate<I_CmsFormatterBean>
Predicate which checks whether the given formatter is a display formatter.
-
Constructor Details
-
IsDisplay
public IsDisplay()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<I_CmsFormatterBean>
- See Also:
-
Predicate.apply(java.lang.Object)
-