public class DocsModule extends Object implements AdminModule
| Constructor and Description |
|---|
DocsModule() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getCSSLocation()
Absolute path to any CSS that accompanies this module.
|
String |
getId()
Returns the id that will be injected into the DOM.
|
URI |
getIframeLocation()
Absolute path to an IFrame to embed.
|
URI |
getJSLocation()
Absolute path to the module JS file.
|
String |
getName()
Returns the name of the module.
|
public String getName()
AdminModulegetName in interface AdminModulepublic String getId()
AdminModulegetId in interface AdminModulepublic URI getJSLocation()
AdminModulegetJSLocation in interface AdminModulepublic URI getCSSLocation()
AdminModulegetCSSLocation in interface AdminModulepublic URI getIframeLocation()
AdminModulegetIframeLocation in interface AdminModuleThis work is licensed under a Creative Commons Attribution 4.0 International License.