org.apache.isis.core.progmodel.facetdecorators.help.file.internal
Class HelpManagerUsingFiles
java.lang.Object
org.apache.isis.core.progmodel.facetdecorators.help.HelpManagerAbstract
org.apache.isis.core.progmodel.facetdecorators.help.file.internal.HelpManagerUsingFiles
- All Implemented Interfaces:
- org.apache.isis.core.commons.components.ApplicationScopedComponent, org.apache.isis.core.commons.components.Component, HelpManager
public class HelpManagerUsingFiles
- extends HelpManagerAbstract
|
Constructor Summary |
HelpManagerUsingFiles(org.apache.isis.core.commons.config.IsisConfiguration configuration)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FILE_NAME
public static final String DEFAULT_FILE_NAME
- The name of the file used unless overridden with
setFileName(String).
- See Also:
- Constant Field Values
HelpManagerUsingFiles
public HelpManagerUsingFiles(org.apache.isis.core.commons.config.IsisConfiguration configuration)
setFileName
public void setFileName(String fileName)
getHelpText
public 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- Specified by:
getHelpText in class HelpManagerAbstract
getReader
protected BufferedReader getReader()
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.