public class StaticEntryPointDescriptor extends Object implements EntryPointDescriptor
| Constructor and Description |
|---|
StaticEntryPointDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get entry point name, as displayed in the web page.
|
String |
getRelativeUrl()
entry point url relative to the baseUri.
|
boolean |
isHiddenAsDefault()
Return visible visible as default
|
void |
setHiddenAsDefault(boolean hiddenAsDefault) |
void |
setName(String name) |
void |
setRelativeUrl(String relativeUrl) |
public String getRelativeUrl()
EntryPointDescriptorgetRelativeUrl in interface EntryPointDescriptorpublic void setRelativeUrl(String relativeUrl)
public String getName()
EntryPointDescriptorgetName in interface EntryPointDescriptorpublic void setName(String name)
public void setHiddenAsDefault(boolean hiddenAsDefault)
public boolean isHiddenAsDefault()
EntryPointDescriptorisHiddenAsDefault in interface EntryPointDescriptorCopyright © 2018. All rights reserved.