kea.appfw.html
Class HtmlBeanImpl

java.lang.Object
  |
  +--kea.appfw.html.HtmlBeanImpl
All Implemented Interfaces:
HtmlBean
Direct Known Subclasses:
ViewBeanImpl

public abstract class HtmlBeanImpl
extends java.lang.Object
implements HtmlBean

HtmlBean's base implementing.

Author:
He Jian

Field Summary
protected  kea.appfw.html.HttpServletRequest request
          Servlet's HttpServletRequest.
protected  kea.appfw.html.HttpServletResponse response
          Servlet's HttpServletResponse.
 
Constructor Summary
HtmlBeanImpl()
           
 
Method Summary
 void initialize(kea.appfw.html.HttpServletRequest request, kea.appfw.html.HttpServletResponse response)
          Initializes this Bean object to access the important objects of Servlet: request, response.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface kea.appfw.html.HtmlBean
getAttribute, setAttribute, setAttribute
 

Field Detail

request

protected kea.appfw.html.HttpServletRequest request
Servlet's HttpServletRequest.

response

protected kea.appfw.html.HttpServletResponse response
Servlet's HttpServletResponse.
Constructor Detail

HtmlBeanImpl

public HtmlBeanImpl()
Method Detail

initialize

public void initialize(kea.appfw.html.HttpServletRequest request,
                       kea.appfw.html.HttpServletResponse response)
Initializes this Bean object to access the important objects of Servlet: request, response.
Specified by:
initialize in interface HtmlBean
Parameters:
request - the Servlet's HttpServletRequest.
response - the Servlet's HttpServletResponse.


Copyright #169; 2000 Kea team. All Rights Reserved.