com.ibm.websphere.samples.pbw.war
Class HelpBean

java.lang.Object
  extended by com.ibm.websphere.samples.pbw.war.HelpBean

@Named(value="help")
public class HelpBean
extends Object

JSF action bean for the help page.


Constructor Summary
HelpBean()
           
 
Method Summary
 String getDbDumpFile()
           
 boolean isDebug()
           
 String performDBReset()
           
 String performHelp()
           
 void setDbDumpFile(String dbDumpFile)
           
 void setDebug(boolean debug)
          Debugging is currently tied to the JavaServer Faces project stage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpBean

public HelpBean()
Method Detail

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.