Uses of Interface
org.nuxeo.ecm.platform.rendering.api.ResourceLocator
-
-
Uses of ResourceLocator in org.nuxeo.ecm.platform.rendering.api
Methods in org.nuxeo.ecm.platform.rendering.api that return ResourceLocator Modifier and Type Method Description ResourceLocatorRenderingEngine. getResourceLocator()Methods in org.nuxeo.ecm.platform.rendering.api with parameters of type ResourceLocator Modifier and Type Method Description voidRenderingEngine. setResourceLocator(ResourceLocator locator) -
Uses of ResourceLocator in org.nuxeo.ecm.platform.rendering.fm
Fields in org.nuxeo.ecm.platform.rendering.fm declared as ResourceLocator Modifier and Type Field Description protected ResourceLocatorResourceTemplateLoader. locatorMethods in org.nuxeo.ecm.platform.rendering.fm that return ResourceLocator Modifier and Type Method Description ResourceLocatorResourceTemplateLoader. getLocator()ResourceLocatorFreemarkerEngine. getResourceLocator()Methods in org.nuxeo.ecm.platform.rendering.fm with parameters of type ResourceLocator Modifier and Type Method Description voidResourceTemplateLoader. setLocator(ResourceLocator locator)voidFreemarkerEngine. setResourceLocator(ResourceLocator locator)Constructors in org.nuxeo.ecm.platform.rendering.fm with parameters of type ResourceLocator Constructor Description FreemarkerEngine(freemarker.template.Configuration cfg, ResourceLocator locator)ResourceTemplateLoader(ResourceLocator locator) -
Uses of ResourceLocator in org.nuxeo.ecm.user.invite
Classes in org.nuxeo.ecm.user.invite that implement ResourceLocator Modifier and Type Class Description protected classRenderingHelper.CLResourceLocator -
Uses of ResourceLocator in org.nuxeo.ecm.webengine
Classes in org.nuxeo.ecm.webengine that implement ResourceLocator Modifier and Type Class Description classWebEngine -
Uses of ResourceLocator in org.nuxeo.ecm.webengine.app.jersey
Classes in org.nuxeo.ecm.webengine.app.jersey that implement ResourceLocator Modifier and Type Class Description classWebEngineServletWebEngine integration with OSGi JAX-RS model from ECR. -
Uses of ResourceLocator in org.nuxeo.ecm.webengine.jaxrs.servlet
Classes in org.nuxeo.ecm.webengine.jaxrs.servlet that implement ResourceLocator Modifier and Type Class Description classApplicationServletA hot re-loadable JAX-RS servlet.
-