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 java.lang.Object

JSF action bean for the help page.


Constructor Summary
HelpBean()
           
 
Method Summary
 java.lang.String getDbDumpFile()
           
 boolean isDebug()
           
 java.lang.String performDBReset()
           
 java.lang.String performHelp()
           
 void setDbDumpFile(java.lang.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 java.lang.String performHelp()

performDBReset

public java.lang.String performDBReset()

getDbDumpFile

public java.lang.String getDbDumpFile()
Returns:
the dbDumpFile

setDbDumpFile

public void setDbDumpFile(java.lang.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 © 2012. All Rights Reserved.