Uses of Interface
org.opencms.configuration.I_CmsNeedsAdminCmsObject
-
Packages that use I_CmsNeedsAdminCmsObject Package Description org.opencms.ade.upload org.opencms.main Provides the main OpenCms "operating system".org.opencms.xml.xml2json -
-
Uses of I_CmsNeedsAdminCmsObject in org.opencms.ade.upload
Subinterfaces of I_CmsNeedsAdminCmsObject in org.opencms.ade.upload Modifier and Type Interface Description interface
I_CmsUploadRestriction
Interface that provides upload restriction information, based on which upload buttons may be disabled or restricted to specific types.Classes in org.opencms.ade.upload that implement I_CmsNeedsAdminCmsObject Modifier and Type Class Description class
CmsDefaultUploadRestriction
Default implementation for upload restrictions uses restriction entries from opencms-workplace.xml. -
Uses of I_CmsNeedsAdminCmsObject in org.opencms.main
Classes in org.opencms.main that implement I_CmsNeedsAdminCmsObject Modifier and Type Class Description class
CmsProtectedStaticFileHandler
Resource init handler that provides an alternative way of serving static files like images or binary files, using the API authorization mechanism instead of the normal authorization handler. -
Uses of I_CmsNeedsAdminCmsObject in org.opencms.xml.xml2json
Classes in org.opencms.xml.xml2json that implement I_CmsNeedsAdminCmsObject Modifier and Type Class Description class
CmsJsonResourceHandler
Handles /json requests.
-