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()
AdminModule
getName
in interface AdminModule
public String getId()
AdminModule
getId
in interface AdminModule
public URI getJSLocation()
AdminModule
getJSLocation
in interface AdminModule
public URI getCSSLocation()
AdminModule
getCSSLocation
in interface AdminModule
public URI getIframeLocation()
AdminModule
getIframeLocation
in interface AdminModule
This work is licensed under a Creative Commons Attribution 4.0 International License.