Interface TransitionalPageInformation

All Known Implementing Classes:
TransitionalPageInformation.TypeContent, TransitionalPageInformation.TypeEnum

The information about a UGCTransitionalPage
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    UGC pages are classified by a linked Content on their UG Content (for instance entries of a reference table)
    static class 
    UGC pages are classified by entries of an enumerator
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the classification attribute for the transitional page
    default Map<String,String>
    Gets the information as a map
    Gets the unique key of the transitional page
    Gets the title of the transitional page
  • Method Details

    • getKey

      Gets the unique key of the transitional page
      Returns:
      the unique key of the transitional page
    • getAttributeValue

      Gets the value of the classification attribute for the transitional page
      Returns:
      the value of the classification attribute for the transitional page
    • getTitle

      Gets the title of the transitional page
      Returns:
      the title of the transitional page
    • getInfo

      default Map<String,String> getInfo()
      Gets the information as a map
      Returns:
      the information as a map