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 classTransitionalPageInformation.TypeContentUGC pages are classified by a linked Content on their UG Content (for instance entries of a reference table)static classTransitionalPageInformation.TypeEnumUGC pages are classified by entries of an enumerator 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetAttributeValue()Gets the value of the classification attribute for the transitional pagedefault Map<String,String>getInfo()Gets the information as a mapStringgetKey()Gets the unique key of the transitional pageStringgetTitle()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
 
 
 - 
 
 -