类 EwaWebPage
java.lang.Object
com.gdxsoft.easyweb.EwaWebPage
-
字段概要
字段 -
构造器概要
构造器构造器说明EwaWebPage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletResponse response) -
方法概要
修饰符和类型方法说明javax.servlet.http.HttpServletRequestjavax.servlet.http.HttpServletResponsejavax.servlet.http.HttpSessionbooleanbooleanvoidrun()
-
字段详细资料
-
ERR_PAGE
-
-
构造器详细资料
-
EwaWebPage
public EwaWebPage(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletResponse response)
-
-
方法详细资料
-
run
public void run() -
getPageRequest
public javax.servlet.http.HttpServletRequest getPageRequest()- 返回:
- the _PageRequest
-
getPageResponse
public javax.servlet.http.HttpServletResponse getPageResponse()- 返回:
- the _PageResponse
-
getPageSession
public javax.servlet.http.HttpSession getPageSession()- 返回:
- the _PageSession
-
getDebugInfo
- 返回:
- the _DebugInfo
-
getHtmlCreator
- 返回:
- the _HtmlCreator
-
getPageContentType
- 返回:
- the _PageContentType
-
getPageContent
- 返回:
- the _PageContent
-
getPageDeubgInfo
- 返回:
- the _PageDeubgInfo
-
isPageDebug
public boolean isPageDebug()- 返回:
- the _IsPageDebug
-
isPageError
public boolean isPageError()- 返回:
- the _IsPageError
-