Class ModuleShortcut

java.lang.Object
org.nuxeo.ecm.webengine.model.impl.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 Details

    • 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 Details

    • ModuleShortcut

      public ModuleShortcut()
    • ModuleShortcut

      public ModuleShortcut(String href, String title)
  • Method Details