Package org.ametys.plugins.ugc.page
Interface TransitionalPageInformation
- All Known Implementing Classes:
TransitionalPageInformation.TypeContent
,TransitionalPageInformation.TypeEnum
public interface TransitionalPageInformation
The information about a
UGCTransitionalPage
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic 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
-
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
Gets the information as a map- Returns:
- the information as a map
-