sky.engine.form
Class HttpForm
java.lang.Object
sky.engine.form.BaseForm
sky.engine.form.HttpForm
- All Implemented Interfaces:
- Form
- Direct Known Subclasses:
- HttpImageForm
- public class HttpForm
- extends BaseForm
- implements Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_context
protected SkyContext _context
_writer
protected java.io.PrintWriter _writer
_conn
protected DatabaseConnector _conn
_email
protected EmailConnector _email
HttpForm
public HttpForm(SkyContext context)
throws Message
destory
public void destory()
popField
public void popField(Field f)
throws ErrorMessage
- Specified by:
popField in interface Form- Overrides:
popField in class BaseForm
- Throws:
ErrorMessage
sendRedirect
public void sendRedirect(java.lang.String url)
throws Message
- Throws:
Message
execute
public void execute()
throws Message
- Specified by:
execute in interface Form- Overrides:
execute in class BaseForm
- Throws:
Message
destroy
public void destroy()
- Description copied from interface:
Form
- administrative functions
- Specified by:
destroy in interface Form- Overrides:
destroy in class BaseForm