com.xmlserv.app.poll
Class SimplePollSubmit
java.lang.Object
|
+--com.xmlserv.main.XMLServBackendImpl
|
+--com.xmlserv.app.AppBase
|
+--com.xmlserv.app.poll.SimplePollSubmit
- All Implemented Interfaces:
- XMLServBackend
- public class SimplePollSubmit
- extends AppBase
Save a vote for a SimplePoll.
- Version:
- $Id: SimplePollSubmit.java,v 1.1 2002/11/18 21:43:43 muecke Exp $
- Author:
- Wolfram Saringer
Constructor Summary |
SimplePollSubmit()
Create empty object.
init() must be called before this object can be used. |
Method Summary |
void |
init()
Initialize object. |
org.jdom.Document |
process(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
SecurityManager securitymanager)
Save a SimplePoll vote. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePollSubmit
public SimplePollSubmit()
- Create empty object.
init() must be called before this object can be used.
init
public void init()
throws javax.servlet.ServletException
- Initialize object.
- Overrides:
init
in class AppBase
- Following copied from class:
com.xmlserv.app.AppBase
- Throws:
javax.servlet.ServletException
- On any error.- See Also:
PGConnectionPool
process
public org.jdom.Document process(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest req,
SecurityManager securitymanager)
throws XMLServException,
javax.servlet.ServletException,
java.io.IOException
- Save a SimplePoll vote. The following HTTP parameters are accepted:
- id: The Poll ID.Required
- question_: The radiobutton group for question id=questionid.Required
- Overrides:
process
in class AppBase
- See Also:
XMLServBackendImpl.process(javax.servlet.ServletContext, javax.servlet.http.HttpServletRequest, com.xmlserv.security.SecurityManager)