| Interface | Description |
|---|---|
| I_CmsFormDataHandler |
Interface for classes which want to process data submitted by form posts.
|
| I_CmsFormDataItem |
Interface representing the data from a field of a submitted form.
|
| Class | Description |
|---|---|
| CmsUgcActionElement |
Form action element class for use in rendering user-generated content forms.
|
| CmsUgcConfiguration |
The configuration for 'user generated content' forms.
|
| CmsUgcConfigurationReader |
Parser for form configuration files.
|
| CmsUgcDataItem |
Implementation of the I_CmsFormDataItem which delegates its methods to a FileItem from Apache Commons Upload.
|
| CmsUgcEditService |
The form editing service.
|
| CmsUgcSession |
A form editing session is required to create and edit contents from the web front-end.
|
| CmsUgcSession.PathComparator |
Compares XPaths.
|
| CmsUgcSessionFactory |
Factory to create the form editing sessions.
|
| CmsUgcSessionQueue |
A queue used to enforce a certain wait time between requests for sessions for the same form configuration.
|
| CmsUgcSessionSecurityUtil |
Helper class which implements some of the security checks for user generated content creation.
|
| CmsUgcUploadHelper |
A helper class which processes and stores uploaded form data belonging to a single form edit session.
|
| Messages |
Messages for the package org.opencms.editors.usergenerated.
|