java.lang.Object
com.semanticcms.theme.documentation.style.DocumentationThemeStyle
All Implemented Interfaces:
EventListener, ServletContextListener

@WebListener("Registers the style in RegistryEE.") public class DocumentationThemeStyle extends Object implements ServletContextListener
Registers the style in RegistryEE.
  • Field Details

    • RESOURCE_GROUP

      public static final Group.Name RESOURCE_GROUP
      The name of the application-scope group that will be used for the documentation theme.
    • THEME_CSS

      public static final Style THEME_CSS
    • THEME_PRINT_CSS

      public static final Style THEME_PRINT_CSS
    • FRAMESET_GROUP

      public static final Group.Name FRAMESET_GROUP
      The name of the Group of web resources for frameset.inc.jspx.
    • FRAMESET

      public static final Style FRAMESET
  • Constructor Details

    • DocumentationThemeStyle

      public DocumentationThemeStyle()
  • Method Details