Package org.ametys.plugins.linkdirectory
Interface Theme
- All Known Implementing Classes:
DefaultTheme
public interface Theme
A directory link theme.
-
Method Summary
-
Method Details
-
getLabel
Get the theme label.- Returns:
- the theme label.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
setLabel
Set the theme label.- Parameters:
label
- the theme label to set.- Throws:
AmetysRepositoryException
- if an error occurs.
-