org.apache.isis.core.progmodel.facetdecorators.help
Class HelpManagerAbstract

java.lang.Object
  extended by org.apache.isis.core.progmodel.facetdecorators.help.HelpManagerAbstract
All Implemented Interfaces:
org.apache.isis.core.commons.components.ApplicationScopedComponent, org.apache.isis.core.commons.components.Component, HelpManager
Direct Known Subclasses:
HelpManagerUsingFiles

public abstract class HelpManagerAbstract
extends Object
implements HelpManager

Default implementation that does nothing.


Constructor Summary
HelpManagerAbstract()
           
 
Method Summary
abstract  String getHelpText(org.apache.isis.applib.Identifier identifier)
          Returns help text for the specified Identifier.
 void init()
          Does nothing.
 void shutdown()
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpManagerAbstract

public HelpManagerAbstract()
Method Detail

init

public void init()
Does nothing.

Specified by:
init in interface org.apache.isis.core.commons.components.ApplicationScopedComponent

shutdown

public void shutdown()
Does nothing.

Specified by:
shutdown in interface org.apache.isis.core.commons.components.ApplicationScopedComponent

getHelpText

public abstract String getHelpText(org.apache.isis.applib.Identifier identifier)
Description copied from interface: HelpManager
Returns help text for the specified Identifier.

If no help text is available then an empty String should be returned.

Specified by:
getHelpText in interface HelpManager


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.