public abstract class HelpManagerAbstract extends Object implements HelpManager
| Constructor and Description |
|---|
HelpManagerAbstract() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getHelpText(org.apache.isis.applib.Identifier identifier)
Returns help text for the specified
Identifier. |
void |
init()
Does nothing.
|
void |
shutdown()
Does nothing.
|
public HelpManagerAbstract()
public void init()
init in interface ApplicationScopedComponentpublic void shutdown()
shutdown in interface ApplicationScopedComponentpublic abstract String getHelpText(org.apache.isis.applib.Identifier identifier)
HelpManagerIdentifier.
If no help text is available then an empty String should be returned.
getHelpText in interface HelpManagerCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.