public final class Descriptor extends Object implements ResourceClass<DescRes>
| Modifier and Type | Method and Description |
|---|---|
String |
getIconUrl()
Icon image url.
|
static Descriptor |
getInstance() |
String |
getLandingPageUrl()
Landing page for primary handling.
|
String |
getRootUrl()
Root URL of the handler servlet.
|
public static Descriptor getInstance()
public String getRootUrl()
ResourceClassgetRootUrl in interface ResourceClass<DescRes>public String getLandingPageUrl()
ResourceClassgetLandingPageUrl in interface ResourceClass<DescRes>public String getIconUrl()
ResourceClassgetIconUrl in interface ResourceClass<DescRes>