类 DebugInfo

java.lang.Object
com.gdxsoft.easyweb.debug.DebugInfo

public class DebugInfo extends Object
  • 构造器详细资料

    • DebugInfo

      public DebugInfo()
  • 方法详细资料

    • recordToHsql

      public void recordToHsql()
      记录到 HSQL数据库中
    • getExeptionPageText

      public String getExeptionPageText()
    • getExeptionPage

      public String getExeptionPage()
    • getDebugPage

      public String getDebugPage()
    • getExceptionInfo

      public String getExceptionInfo(boolean isHtml)
    • getDebugInfo

      public String getDebugInfo(boolean isHtml)
    • getRequestInfo

      public String getRequestInfo(boolean isHtml)
    • getE

      public Exception getE()
      返回:
      the _E
    • setE

      public void setE(Exception _e)
      参数:
      _e - the _E to set
    • getDebugFrames

      public DebugFrames getDebugFrames()
      返回:
      the _DebugFrames
    • setDebugFrames

      public void setDebugFrames(DebugFrames debugFrames)
      参数:
      debugFrames - the _DebugFrames to set
    • getRequestValue

      public RequestValue getRequestValue()
      返回:
      the _RequestValue
    • setRequestValue

      public void setRequestValue(RequestValue requestValue)
      参数:
      requestValue - the _RequestValue to set