Uses of Interface
org.nuxeo.ecm.webengine.model.WebContext
-
-
Uses of WebContext in org.nuxeo.connect.client.we
Methods in org.nuxeo.connect.client.we with parameters of type WebContext Modifier and Type Method Description static booleanRequestHelper. isInternalLink(WebContext ctx) -
Uses of WebContext in org.nuxeo.ecm.core.rest
Methods in org.nuxeo.ecm.core.rest with parameters of type WebContext Modifier and Type Method Description static DocumentModelDocumentHelper. createDocument(WebContext context, DocumentModel parent, String name)static DocumentObjectDocumentFactory. newDocument(WebContext ctx, String path)static DocumentObjectDocumentFactory. newDocument(WebContext ctx, DocumentModel doc)static DocumentObjectDocumentFactory. newDocument(WebContext ctx, DocumentRef ref)static DocumentObjectDocumentFactory. newDocumentRoot(WebContext ctx, String path)static DocumentObjectDocumentFactory. newDocumentRoot(WebContext ctx, DocumentModel doc)static DocumentObjectDocumentFactory. newDocumentRoot(WebContext ctx, DocumentRef ref)static DocumentModelDocumentHelper. updateDocument(WebContext ctx, DocumentModel doc)Constructors in org.nuxeo.ecm.core.rest with parameters of type WebContext Constructor Description DocumentRoot(WebContext ctx, String uri)DocumentRoot(WebContext ctx, DocumentModel root)DocumentRoot(WebContext ctx, DocumentRef root) -
Uses of WebContext in org.nuxeo.ecm.webengine
Methods in org.nuxeo.ecm.webengine that return WebContext Modifier and Type Method Description static WebContextWebEngine. getActiveContext()Methods in org.nuxeo.ecm.webengine with parameters of type WebContext Modifier and Type Method Description ModuleWebEngine. getModule(String name, WebContext context)protected javax.ws.rs.core.ResponseWebException. toWebModuleResponse(WebContext ctx)Deprecated.Ask Webengine module for custom error handling and response. -
Uses of WebContext in org.nuxeo.ecm.webengine.app
Classes in org.nuxeo.ecm.webengine.app that implement WebContext Modifier and Type Class Description classDefaultContextFields in org.nuxeo.ecm.webengine.app declared as WebContext Modifier and Type Field Description protected WebContextHtmlNuxeoExceptionWriter. webContextMethods in org.nuxeo.ecm.webengine.app with parameters of type WebContext Modifier and Type Method Description ModuleWebEngineModule. getModule(WebContext context) -
Uses of WebContext in org.nuxeo.ecm.webengine.model
Fields in org.nuxeo.ecm.webengine.model declared as WebContext Modifier and Type Field Description protected WebContextTemplate. ctxMethods in org.nuxeo.ecm.webengine.model that return WebContext Modifier and Type Method Description WebContextResource. getContext()Methods in org.nuxeo.ecm.webengine.model with parameters of type WebContext Modifier and Type Method Description ResourceModule. getRootObject(WebContext ctx)ResourceResource. initialize(WebContext ctx, ResourceType type, Object... args)<T extends Resource>
TResourceType. newInstance(Class<T> typeof, WebContext context)Constructors in org.nuxeo.ecm.webengine.model with parameters of type WebContext Constructor Description Template(WebContext ctx, String fileName)Template(WebContext ctx, Resource resource, ScriptFile script)Template(WebContext ctx, ScriptFile script)View(WebContext ctx, String name)View(WebContext ctx, Resource resource, String name) -
Uses of WebContext in org.nuxeo.ecm.webengine.model.impl
Classes in org.nuxeo.ecm.webengine.model.impl that implement WebContext Modifier and Type Class Description classAbstractWebContextFields in org.nuxeo.ecm.webengine.model.impl declared as WebContext Modifier and Type Field Description protected WebContextAbstractResource. ctxMethods in org.nuxeo.ecm.webengine.model.impl that return WebContext Modifier and Type Method Description WebContextAbstractResource. getContext()Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type WebContext Modifier and Type Method Description ModuleModuleConfiguration. get(WebContext context)ResourceModuleImpl. getRootObject(WebContext ctx)Deprecated.UseWebApplicationto declare modulesResourceAbstractResource. initialize(WebContext ctx, ResourceType type, Object... args)<T extends Resource>
TAbstractResourceType. newInstance(Class<T> typeof, WebContext context) -
Uses of WebContext in org.nuxeo.ecm.webengine.model.view
Fields in org.nuxeo.ecm.webengine.model.view declared as WebContext Modifier and Type Field Description protected WebContextTemplateView. ctxMethods in org.nuxeo.ecm.webengine.model.view that return WebContext Modifier and Type Method Description WebContextTemplateView. getContext()Constructors in org.nuxeo.ecm.webengine.model.view with parameters of type WebContext Constructor Description TemplateView(WebContext ctx, Object owner, String name)TemplateView(WebContext ctx, Object owner, URL url) -
Uses of WebContext in org.nuxeo.ecm.webengine.ui.tree
Methods in org.nuxeo.ecm.webengine.ui.tree with parameters of type WebContext Modifier and Type Method Description StringJSonTree. enter(WebContext ctx, String path)protected StringJSonTree. enter(WebContext ctx, String path, JSonTreeSerializer serializer)protected abstract ObjectJSonTree. getInput(WebContext ctx)protected abstract ContentProviderJSonTree. getProvider(WebContext ctx)protected abstract JSonTreeSerializerJSonTree. getSerializer(WebContext ctx)StringJSonTree. getTreeAsJSONArray(WebContext ctx)StringJSonTree. updateSelection(WebContext ctx)StringJSonTree. updateSelection(WebContext ctx, ContentProvider provider, JSonTreeSerializer serializer)root=ID - enter node ID toggle=ID - toggle expanded state for node ID -
Uses of WebContext in org.nuxeo.ecm.webengine.ui.tree.directory
Methods in org.nuxeo.ecm.webengine.ui.tree.directory with parameters of type WebContext Modifier and Type Method Description protected ObjectDirectoryTree. getInput(WebContext ctx)protected ContentProviderDirectoryTree. getProvider(WebContext ctx)protected JSonTreeSerializerDirectoryTree. getSerializer(WebContext ctx) -
Uses of WebContext in org.nuxeo.ecm.webengine.ui.tree.document
Fields in org.nuxeo.ecm.webengine.ui.tree.document declared as WebContext Modifier and Type Field Description protected WebContextJSonDocumentTreeSerializer. ctxMethods in org.nuxeo.ecm.webengine.ui.tree.document with parameters of type WebContext Modifier and Type Method Description protected ObjectDocumentTree. getInput(WebContext ctx)protected ContentProviderDocumentTree. getProvider(WebContext ctx)protected JSonTreeSerializerDocumentTree. getSerializer(WebContext ctx)StringDocumentTree. updateSelection(WebContext ctx)Constructors in org.nuxeo.ecm.webengine.ui.tree.document with parameters of type WebContext Constructor Description DocumentTree(WebContext ctx, DocumentModel rootDoc)JSonDocumentTreeSerializer(WebContext ctx)
-