Package org.ametys.plugins.linkdirectory
Interface Theme
-
- All Known Implementing Classes:
DefaultTheme
public interface Theme
A directory link theme.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()Get the theme label.voidsetLabel(String label)Set the theme label.
-
-
-
Method Detail
-
getLabel
String getLabel() throws AmetysRepositoryException
Get the theme label.- Returns:
- the theme label.
- Throws:
AmetysRepositoryException- if an error occurs.
-
setLabel
void setLabel(String label) throws AmetysRepositoryException
Set the theme label.- Parameters:
label- the theme label to set.- Throws:
AmetysRepositoryException- if an error occurs.
-
-