Class PageKey

java.lang.Object
org.exoplatform.portal.mop.page.PageKey
All Implemented Interfaces:
Serializable

public class PageKey extends Object implements Serializable
The immutable key for a page.
See Also:
  • Constructor Details

  • Method Details

    • parse

      public static PageKey parse(String pageKey)
      Parse the string representation of a page key.
      Parameters:
      pageKey - the string representation
      Returns:
      the corresponding page key
    • sibling

      public PageKey sibling(String name)
    • format

      public String format()
    • toPomPageKey

      public PageKey toPomPageKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object