com.ibm.websphere.samples.pbw.war
Class HelpBean
java.lang.Object
com.ibm.websphere.samples.pbw.war.HelpBean
@Named(value="help")
public class HelpBean
- extends Object
JSF action bean for the help page.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpBean
public HelpBean()
performHelp
public String performHelp()
performDBReset
public String performDBReset()
getDbDumpFile
public String getDbDumpFile()
- Returns:
- the dbDumpFile
setDbDumpFile
public void setDbDumpFile(String dbDumpFile)
- Parameters:
dbDumpFile
- the dbDumpFile to set
isDebug
public boolean isDebug()
- Returns:
- whether debug is on or not
setDebug
public void setDebug(boolean debug)
- Debugging is currently tied to the JavaServer Faces project
stage. Any change here is likely to be automatically reset.
- Parameters:
debug
- Sets whether debug is on or not.
Copyright © 2011. All Rights Reserved.