Uses of Interface
org.nuxeo.template.api.context.ContextExtensionFactory
-
Packages that use ContextExtensionFactory Package Description org.nuxeo.template.api.descriptor org.nuxeo.template.context.extensions org.nuxeo.template.jaxrs.context -
-
Uses of ContextExtensionFactory in org.nuxeo.template.api.descriptor
Fields in org.nuxeo.template.api.descriptor declared as ContextExtensionFactory Modifier and Type Field Description protected ContextExtensionFactory
ContextExtensionFactoryDescriptor. factory
Fields in org.nuxeo.template.api.descriptor with type parameters of type ContextExtensionFactory Modifier and Type Field Description protected Class<? extends ContextExtensionFactory>
ContextExtensionFactoryDescriptor. factoryClass
Methods in org.nuxeo.template.api.descriptor that return ContextExtensionFactory Modifier and Type Method Description ContextExtensionFactory
ContextExtensionFactoryDescriptor. getExtensionFactory()
-
Uses of ContextExtensionFactory in org.nuxeo.template.context.extensions
Classes in org.nuxeo.template.context.extensions that implement ContextExtensionFactory Modifier and Type Class Description class
AuditExtensionFactory
class
CoreExtensionFactory
class
FunctionsExtensionFactory
-
Uses of ContextExtensionFactory in org.nuxeo.template.jaxrs.context
Classes in org.nuxeo.template.jaxrs.context that implement ContextExtensionFactory Modifier and Type Class Description class
ExtensionFactory
-