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 ResourceLocator
RenderingEngine. getResourceLocator()
Methods in org.nuxeo.ecm.platform.rendering.api with parameters of type ResourceLocator Modifier and Type Method Description void
RenderingEngine. 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 ResourceLocator
ResourceTemplateLoader. locator
Methods in org.nuxeo.ecm.platform.rendering.fm that return ResourceLocator Modifier and Type Method Description ResourceLocator
ResourceTemplateLoader. getLocator()
ResourceLocator
FreemarkerEngine. getResourceLocator()
Methods in org.nuxeo.ecm.platform.rendering.fm with parameters of type ResourceLocator Modifier and Type Method Description void
ResourceTemplateLoader. setLocator(ResourceLocator locator)
void
FreemarkerEngine. 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 class
RenderingHelper.CLResourceLocator
-
Uses of ResourceLocator in org.nuxeo.ecm.webengine
Classes in org.nuxeo.ecm.webengine that implement ResourceLocator Modifier and Type Class Description class
WebEngine
-
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 class
WebEngineServlet
WebEngine 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 class
ApplicationServlet
A hot re-loadable JAX-RS servlet.
-