Uses of Class
org.nuxeo.ecm.webengine.scripting.ScriptFile
-
Packages that use ScriptFile Package Description org.nuxeo.ecm.webengine.model org.nuxeo.ecm.webengine.model.impl org.nuxeo.ecm.webengine.model.io org.nuxeo.ecm.webengine.scripting org.nuxeo.ecm.webengine.servlet -
-
Uses of ScriptFile in org.nuxeo.ecm.webengine.model
Fields in org.nuxeo.ecm.webengine.model declared as ScriptFile Modifier and Type Field Description protected ScriptFileTemplate. scriptMethods in org.nuxeo.ecm.webengine.model that return ScriptFile Modifier and Type Method Description ScriptFileModule. getFile(String path)Gets a file using the configured directory stack.ScriptFileWebContext. getFile(String path)Resolves the given path into a file.ScriptFileModule. getSkinResource(String path)Gets a skin resource input stream.ScriptFileResourceType. getView(Module module, String name)Gets a view for this type in the context of the given module.ScriptFileTemplate. script()ScriptFileView. script()Methods in org.nuxeo.ecm.webengine.model with parameters of type ScriptFile Modifier and Type Method Description voidWebContext. render(ScriptFile script, Object args, Writer writer)Renders the given template using the rendering engine registered in that web engine.ObjectWebContext. runScript(ScriptFile script, Map<String,Object> args)Runs the script using given argumentsViewView. script(ScriptFile script)Constructors in org.nuxeo.ecm.webengine.model with parameters of type ScriptFile Constructor Description Template(Resource resource, ScriptFile script)Template(WebContext ctx, Resource resource, ScriptFile script)Template(WebContext ctx, ScriptFile script) -
Uses of ScriptFile in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl with type parameters of type ScriptFile Modifier and Type Field Description protected ConcurrentMap<String,ScriptFile>ModuleImpl. fileCacheprotected ConcurrentMap<String,ScriptFile>AbstractResourceType. templateCacheMethods in org.nuxeo.ecm.webengine.model.impl that return ScriptFile Modifier and Type Method Description protected ScriptFileModuleImpl. findFile(String path)protected ScriptFileAbstractResourceType. findSkinTemplate(Module module, String name)protected ScriptFileAbstractResourceType. findTypeTemplate(Module module, String name)ScriptFileAbstractResourceType. findView(Module module, String name)ScriptFileAbstractWebContext. getFile(String path)template and script resolverScriptFileModuleImpl. getFile(String path)ScriptFileModuleImpl. getSkinResource(String path)ScriptFileAbstractResourceType. getView(Module module, String name)Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type ScriptFile Modifier and Type Method Description voidAbstractWebContext. render(ScriptFile script, Object ctx, Writer writer)ObjectAbstractWebContext. runScript(ScriptFile script, Map<String,Object> args) -
Uses of ScriptFile in org.nuxeo.ecm.webengine.model.io
Methods in org.nuxeo.ecm.webengine.model.io with parameters of type ScriptFile Modifier and Type Method Description longScriptFileWriter. getSize(ScriptFile arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)voidScriptFileWriter. writeTo(ScriptFile t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) -
Uses of ScriptFile in org.nuxeo.ecm.webengine.scripting
Subclasses of ScriptFile in org.nuxeo.ecm.webengine.scripting Modifier and Type Class Description classScriptJarFileMethods in org.nuxeo.ecm.webengine.scripting with parameters of type ScriptFile Modifier and Type Method Description protected ObjectScripting. _runScript(ScriptFile script, Map<String,Object> args)ObjectScripting. runScript(ScriptFile script)ObjectScripting. runScript(ScriptFile script, Map<String,Object> args) -
Uses of ScriptFile in org.nuxeo.ecm.webengine.servlet
Methods in org.nuxeo.ecm.webengine.servlet with parameters of type ScriptFile Modifier and Type Method Description protected static voidResourceServlet. sendBinaryContent(ScriptFile file, javax.servlet.http.HttpServletResponse resp)protected static voidResourceServlet. sendTextContent(ScriptFile file, javax.servlet.http.HttpServletResponse resp)
-