Package org.ametys.plugins.ugc.page
Interface TransitionalPageInformation
-
- All Known Implementing Classes:
TransitionalPageInformation.TypeContent
,TransitionalPageInformation.TypeEnum
public interface TransitionalPageInformation
The information about aUGCTransitionalPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TransitionalPageInformation.TypeContent
UGC pages are classified by a linked Content on their UG Content (for instance entries of a reference table)static class
TransitionalPageInformation.TypeEnum
UGC pages are classified by entries of an enumerator
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getAttributeValue()
Gets the value of the classification attribute for the transitional pagedefault Map<String,String>
getInfo()
Gets the information as a mapString
getKey()
Gets the unique key of the transitional pageString
getTitle()
Gets the title of the transitional page
-
-
-
Method Detail
-
getKey
String getKey()
Gets the unique key of the transitional page- Returns:
- the unique key of the transitional page
-
getAttributeValue
String getAttributeValue()
Gets the value of the classification attribute for the transitional page- Returns:
- the value of the classification attribute for the transitional page
-
getTitle
String getTitle()
Gets the title of the transitional page- Returns:
- the title of the transitional page
-
-