|
Class Summary |
| AddCookieHandler |
Set a cookie in the response. |
| ConfirmationHandler |
Stores e-mail confirmation in the session. |
| CopyFileHandler |
Takes a file and a directory as parameters and copies or moves the file to the directory. |
| DatabaseUpdateHandler |
This handler executes a statement for the specified database. |
| DBDeleteHandler |
This handler attempts to delete records, using the information from the formparts. |
| DBInsertHandler |
Insert handler that inserts formpartvalues in a database using the resource information
associated with each formpart. |
| DBUpdateHandler |
This handler inserts the formpart values into a database using the resource information. |
| DefaultProfileUpdateHandler |
Creates or updates a DefaultProfile. |
| DigiDHandler |
This handler is used for working with DigiD's CGI interface for user authentication. |
| DummyHandleExceptionHandler |
Always returns an error. |
| EcardHandler |
Creates an ecard in the database and sends a mail to the specified recipient containing a URL
that will show the ecard. |
| FlowLoggingHandler |
Stores flow in the database. |
| GeneratedKey |
Used by registration servlet and confirmationhandler for email confirmation during the
webuser registration. |
| IncludeToSessionHandler |
This handler makes an HTTP request and stores the resulting xml in
the session of the client. |
| IncludeXslUrlToSessionHandler |
Makes an HTTP request with an URL that can be built up using XSLT and stores the resulting XML
in the session of the user if the 'sessionkey' parameter is not null. |
| MailBody |
Utility class for the MailHandler for building a HTML email MIME parts. |
| MailHandler |
Sends a mail to the specified address. |
| PollHandler |
Handle the poll element. |
| ProfileHandler |
Looks for formparts with webusers as a resource and uses those to update or insert a
user profile in the webuser database. |
| QueryToSessionHandler |
This handler executes a query and stores the resultset as XML in the session. |
| RemoveFromSessionHandler |
Removes the specified keys from the session and/or global values of the client. |
| RemoveSessionHandler |
Removes the Java session. |
| StoredProcedureHandler |
This handler executes a stored procedure for the specified database. |
| SubscriptionHandler |
Update subscriptions of a user. |
| VeritateHandler |
Construct xmlrpc using xsl and send it to the veritate server. |
| VotingHandler |
|
| WebserviceHandler |
Calls a web service using an input XSL stylesheet, transforms the response, and puts the result in the session. |
| XmlToSessionHandler |
Retrieves XML from the session or formflow and stores the result in the session or in the global values. |
| XslQueryArgumentsHandler |
Executes a query (often an UPDATE statement) that has parameters. |
| XslToSessionHandler |
Retrieves XML from the session or formflow, executes a transformation, and
stores the result in the session or global values. |