Class ModuleShortcut


  • public class ModuleShortcut
    extends Object
    Can be used to register links to your module entry points in the main web engine page
    Author:
    Bogdan Stefanescu
    • Field Detail

      • href

        public String href
        The relative href to your entry point (relative to webengine root)
      • title

        public String title
        A title. If not specified module name will be used.
      • icon

        public String icon
        An optional icon
    • Constructor Detail

      • ModuleShortcut

        public ModuleShortcut()
      • ModuleShortcut

        public ModuleShortcut​(String href,
                              String title)