Uses of Class
org.nuxeo.common.xmap.annotation.XContent
-
Packages that use XContent Package Description org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations.org.nuxeo.ecm.automation.core org.nuxeo.ecm.core.security org.nuxeo.ecm.platform.forms.layout.descriptors org.nuxeo.ecm.platform.htmlsanitizer org.nuxeo.ecm.platform.types org.nuxeo.ecm.platform.web.common.requestcontroller.service org.nuxeo.ecm.webengine.model.impl org.nuxeo.ecm.webengine.security org.nuxeo.ecm.webengine.security.guards org.nuxeo.runtime.deployment.preprocessor org.nuxeo.runtime.model.impl org.nuxeo.targetplatforms.core.descriptors org.nuxeo.theme.styling.service.descriptors -
-
Uses of XContent in org.nuxeo.common.xmap
Constructors in org.nuxeo.common.xmap with parameters of type XContent Constructor Description XAnnotatedContent(XMap xmap, XAccessor setter, XContent anno) -
Uses of XContent in org.nuxeo.ecm.automation.core
Fields in org.nuxeo.ecm.automation.core with annotations of type XContent Modifier and Type Field Description protected StringAutomationFilterDescriptor. valueprotected StringOperationChainContribution.Param. value -
Uses of XContent in org.nuxeo.ecm.core.security
Methods in org.nuxeo.ecm.core.security with annotations of type XContent Modifier and Type Method Description protected voidPermissionUIItemDescriptor. setPermission(String permission) -
Uses of XContent in org.nuxeo.ecm.platform.forms.layout.descriptors
Methods in org.nuxeo.ecm.platform.forms.layout.descriptors with annotations of type XContent Modifier and Type Method Description voidLayoutTypeConfigurationDescriptor. setDescription(DocumentFragment descriptionDOM)voidWidgetTypeConfigurationDescriptor. setDescription(DocumentFragment descriptionDOM)voidWidgetDescriptor. setSelectOptions(DocumentFragment selectOptionsDOM) -
Uses of XContent in org.nuxeo.ecm.platform.htmlsanitizer
Fields in org.nuxeo.ecm.platform.htmlsanitizer with annotations of type XContent Modifier and Type Field Description protected StringFieldDescriptor. contentField -
Uses of XContent in org.nuxeo.ecm.platform.types
Fields in org.nuxeo.ecm.platform.types with annotations of type XContent Modifier and Type Field Description protected StringDocumentContentView. contentView -
Uses of XContent in org.nuxeo.ecm.platform.web.common.requestcontroller.service
Methods in org.nuxeo.ecm.platform.web.common.requestcontroller.service with annotations of type XContent Modifier and Type Method Description voidNuxeoHeaderDescriptor. setValue(String value) -
Uses of XContent in org.nuxeo.ecm.webengine.model.impl
Methods in org.nuxeo.ecm.webengine.model.impl with annotations of type XContent Modifier and Type Method Description voidMediaTypeRef. setMimeType(String mimeType) -
Uses of XContent in org.nuxeo.ecm.webengine.security
Methods in org.nuxeo.ecm.webengine.security with annotations of type XContent Modifier and Type Method Description protected voidGuardDescriptor. setGuards(DocumentFragment content) -
Uses of XContent in org.nuxeo.ecm.webengine.security.guards
Fields in org.nuxeo.ecm.webengine.security.guards with annotations of type XContent Modifier and Type Field Description protected StringFacetGuard. facetprotected StringGroupGuard. groupprotected StringPermissionGuard. permprotected StringSchemaGuard. schemaprotected StringScriptGuard. scriptprotected StringTypeGuard. typeprotected StringUserGuard. username -
Uses of XContent in org.nuxeo.runtime.deployment.preprocessor
Methods in org.nuxeo.runtime.deployment.preprocessor with annotations of type XContent Modifier and Type Method Description voidContainerDescriptor. setInstallCommands(DocumentFragment df)voidFragmentDescriptor. setInstallCommands(DocumentFragment df)voidContainerDescriptor. setUninstallCommands(DocumentFragment df)voidFragmentDescriptor. setUninstallCommands(DocumentFragment df) -
Uses of XContent in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl with annotations of type XContent Modifier and Type Field Description StringExtensionPointImpl. documentation -
Uses of XContent in org.nuxeo.targetplatforms.core.descriptors
Methods in org.nuxeo.targetplatforms.core.descriptors with annotations of type XContent Modifier and Type Method Description voidTargetDescriptor. setDescription(DocumentFragment descriptionDOM) -
Uses of XContent in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors with annotations of type XContent Modifier and Type Method Description voidIconDescriptor. setValue(String value)
-