sky.engine.form
Class HttpImageForm

java.lang.Object
  extended bysky.engine.form.BaseForm
      extended bysky.engine.form.HttpForm
          extended bysky.engine.form.HttpImageForm
All Implemented Interfaces:
Form

public class HttpImageForm
extends HttpForm
implements Form


Field Summary
protected  int _height
           
protected  int _width
           
 
Fields inherited from class sky.engine.form.HttpForm
_conn, _context, _email, _writer
 
Fields inherited from class sky.engine.form.BaseForm
_fields, _name, STRINGS
 
Constructor Summary
HttpImageForm(SkyContext context)
           
 
Method Summary
 void destory()
           
 void drawImage(java.awt.Graphics g)
           
 void execute()
           
 
Methods inherited from class sky.engine.form.HttpForm
destroy, popField, sendRedirect
 
Methods inherited from class sky.engine.form.BaseForm
addField, clear, getField, getFieldCount, getFields, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface sky.engine.form.Form
addField, clear, destroy, getField, getFieldCount, getFields, popField, validate
 

Field Detail

_height

protected int _height

_width

protected int _width
Constructor Detail

HttpImageForm

public HttpImageForm(SkyContext context)
              throws Message
Method Detail

destory

public void destory()
Overrides:
destory in class HttpForm

execute

public final void execute()
                   throws Message
Specified by:
execute in interface Form
Overrides:
execute in class HttpForm
Throws:
Message

drawImage

public void drawImage(java.awt.Graphics g)
               throws Message
Throws:
Message