Uses of Class
org.opencms.ugc.CmsUgcConfiguration
Packages that use CmsUgcConfiguration
- 
Uses of CmsUgcConfiguration in org.opencms.ugc
Methods in org.opencms.ugc that return CmsUgcConfigurationModifier and TypeMethodDescriptionCmsUgcConfigurationReader.readConfiguration(CmsFile configFile) Reads the given configuration file.Methods in org.opencms.ugc with parameters of type CmsUgcConfigurationModifier and TypeMethodDescriptionstatic voidCmsUgcSessionSecurityUtil.checkCreateContent(CmsObject cms, CmsUgcConfiguration config) Checks whether a new XML content may be created and throws an exception if this is not the case.static voidCmsUgcSessionSecurityUtil.checkCreateUpload(CmsObject cms, CmsUgcConfiguration config, String name, long size) Checks whether an uploaded file can be created in the VFS, and throws an exception otherwise.static CmsUgcSessionQueueCmsUgcSessionQueue.createQueue(CmsUgcConfiguration config) Creates a session queue based on the given configuration.CmsUgcSessionFactory.createSession(CmsObject cms, javax.servlet.http.HttpServletRequest request, CmsUgcConfiguration config) Creates a new editing session.voidCmsUgcSessionQueue.updateFromConfiguration(CmsUgcConfiguration config) Updates the queue parameters from the configuration object.Constructors in org.opencms.ugc with parameters of type CmsUgcConfigurationModifierConstructorDescriptionCmsUgcSession(CmsObject adminCms, CmsObject cms, CmsUgcConfiguration configuration) Constructor.CmsUgcSession(CmsObject cms, CmsUgcConfiguration configuration) Constructor.