Page Manager

PageManager provides methods for page level operations, based on JCRUtil.

Standard UI

The standard, touch-enabled UI:

  • Validates the name according to the restrictions imposed by PageManager when either:

    • a page title is provided for conversion into the node name
    • an explicit node name is provided

Classic UI

The classic UI imposes tighter restrictions:

  • Validates the name when an explicit node name when either:

    • a page title is provided for conversion into the node name
    • an explicit node name is provided
  • Valid characters (only these characters are actually valid when a page is created from within the classic UI, even though PageManagerImpl would allow additional characters):

    • ‘a’ to ‘z’
    • ‘A’ to ‘Z’
    • ‘0’ to ‘9’
    • _ (underscore)
    • - (dash/minus)
recommendation-more-help