Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.model.impl
Class ModuleShortcut

java.lang.Object
  extended by 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 Summary
 String href
          The relative href to your entry point (relative to webengine root)
 String icon
          An optional icon
 String title
          A title.
 
Constructor Summary
ModuleShortcut()
           
ModuleShortcut(String href, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getHref()
           
 String getIcon()
           
 String getTitle()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)
Method Detail

getIcon

public String getIcon()

getTitle

public String getTitle()

getHref

public String getHref()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.