Class PageExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.PageExistsPredicate
All Implemented Interfaces:
Predicate<String>

public class PageExistsPredicate extends Object implements Predicate<String>
Predicate to test if a given page uid maps to an active existing page.

Returns TRUE if the page exists; FALSE otherwise.

  • Constructor Details

    • PageExistsPredicate

      public PageExistsPredicate()
  • Method Details