public class ContentSlotExistsPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the content slot exists; FALSE otherwise.
| Constructor and Description |
|---|
ContentSlotExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSAdminContentSlotService |
getCmsAdminContentSlotService() |
void |
setCmsAdminContentSlotService(CMSAdminContentSlotService cmsAdminContentSlotService) |
boolean |
test(java.lang.String target)
Suppress sonar warning (squid:S1166 | Exception handlers should preserve the original exception) : The exception
is correctly handled in the catch clause.
|
public boolean test(java.lang.String target)
test in interface java.util.function.Predicate<java.lang.String>protected CMSAdminContentSlotService getCmsAdminContentSlotService()
public void setCmsAdminContentSlotService(CMSAdminContentSlotService cmsAdminContentSlotService)
Copyright © 2018 SAP SE. All Rights Reserved.