Interface Theme

  • All Known Implementing Classes:
    WildFlyTheme

    public interface Theme
    Theme interface is meant to be implemented by specific themes.
    • Method Detail

      • getName

        String getName()
        A name to be used in the UI.
      • getFullName

        String getFullName()
        A longer name to be used in the UI.
      • getLastName

        default String getLastName()
        If not null this string is used together with getFirstName() in the header.