FileDocCategorySizeDatePackage
DebugBean.javaAPI DocExample396Thu Jul 07 09:57:22 BST 2005com.oreilly.jbossnotebook.todo.servlet

DebugBean

public class DebugBean extends Object

Fields Summary
private static boolean
isDebug
Constructors Summary
Methods Summary
public java.lang.StringdoNothing()

        return null;
    
public booleangetDebugMode()

        return isDebug;
    
public voidsetDebugMode(boolean isDebug)

        this.isDebug = isDebug;