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