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 String
AutomationFilterDescriptor. value
protected String
OperationChainContribution.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 void
PermissionUIItemDescriptor. 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 void
LayoutTypeConfigurationDescriptor. setDescription(DocumentFragment descriptionDOM)
void
WidgetTypeConfigurationDescriptor. setDescription(DocumentFragment descriptionDOM)
void
WidgetDescriptor. 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 String
FieldDescriptor. 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 String
DocumentContentView. 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 void
NuxeoHeaderDescriptor. 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 void
MediaTypeRef. 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 void
GuardDescriptor. 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 String
FacetGuard. facet
protected String
GroupGuard. group
protected String
PermissionGuard. perm
protected String
SchemaGuard. schema
protected String
ScriptGuard. script
protected String
TypeGuard. type
protected String
UserGuard. 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 void
ContainerDescriptor. setInstallCommands(DocumentFragment df)
void
FragmentDescriptor. setInstallCommands(DocumentFragment df)
void
ContainerDescriptor. setUninstallCommands(DocumentFragment df)
void
FragmentDescriptor. 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 String
ExtensionPointImpl. 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 void
TargetDescriptor. 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 void
IconDescriptor. setValue(String value)
-