Class PageExistsPredicate
- java.lang.Object
-
- de.hybris.platform.cmsfacades.common.predicate.PageExistsPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.String>
public class PageExistsPredicate extends java.lang.Object implements java.util.function.Predicate<java.lang.String>Predicate to test if a given page uid maps to an active existing page.Returns TRUE if the page exists; FALSE otherwise.
-
-
Constructor Summary
Constructors Constructor Description PageExistsPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSAdminPageServicegetAdminPageService()voidsetAdminPageService(CMSAdminPageService adminPageService)booleantest(java.lang.String target)
-
-
-
Method Detail
-
test
public boolean test(java.lang.String target)
- Specified by:
testin interfacejava.util.function.Predicate<java.lang.String>
-
getAdminPageService
protected CMSAdminPageService getAdminPageService()
-
setAdminPageService
public void setAdminPageService(CMSAdminPageService adminPageService)
-
-