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 boolean
RequestHelper. 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 DocumentModel
DocumentHelper. createDocument(WebContext context, DocumentModel parent, String name)
static DocumentObject
DocumentFactory. newDocument(WebContext ctx, String path)
static DocumentObject
DocumentFactory. newDocument(WebContext ctx, DocumentModel doc)
static DocumentObject
DocumentFactory. newDocument(WebContext ctx, DocumentRef ref)
static DocumentObject
DocumentFactory. newDocumentRoot(WebContext ctx, String path)
static DocumentObject
DocumentFactory. newDocumentRoot(WebContext ctx, DocumentModel doc)
static DocumentObject
DocumentFactory. newDocumentRoot(WebContext ctx, DocumentRef ref)
static DocumentModel
DocumentHelper. 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 WebContext
WebEngine. getActiveContext()
Methods in org.nuxeo.ecm.webengine with parameters of type WebContext Modifier and Type Method Description Module
WebEngine. getModule(String name, WebContext context)
protected javax.ws.rs.core.Response
WebException. 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 class
DefaultContext
Methods in org.nuxeo.ecm.webengine.app with parameters of type WebContext Modifier and Type Method Description Module
WebEngineModule. 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 WebContext
Template. ctx
Methods in org.nuxeo.ecm.webengine.model that return WebContext Modifier and Type Method Description WebContext
Resource. getContext()
Methods in org.nuxeo.ecm.webengine.model with parameters of type WebContext Modifier and Type Method Description Resource
Module. getRootObject(WebContext ctx)
Resource
Resource. 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 class
AbstractWebContext
Fields in org.nuxeo.ecm.webengine.model.impl declared as WebContext Modifier and Type Field Description protected WebContext
AbstractResource. ctx
Methods in org.nuxeo.ecm.webengine.model.impl that return WebContext Modifier and Type Method Description WebContext
AbstractResource. getContext()
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type WebContext Modifier and Type Method Description Module
ModuleConfiguration. get(WebContext context)
Resource
ModuleImpl. getRootObject(WebContext ctx)
Deprecated.UseWebApplication
to declare modulesResource
AbstractResource. 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 WebContext
TemplateView. ctx
Methods in org.nuxeo.ecm.webengine.model.view that return WebContext Modifier and Type Method Description WebContext
TemplateView. 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 String
JSonTree. enter(WebContext ctx, String path)
protected String
JSonTree. enter(WebContext ctx, String path, JSonTreeSerializer serializer)
protected abstract Object
JSonTree. getInput(WebContext ctx)
protected abstract ContentProvider
JSonTree. getProvider(WebContext ctx)
protected abstract JSonTreeSerializer
JSonTree. getSerializer(WebContext ctx)
String
JSonTree. getTreeAsJSONArray(WebContext ctx)
String
JSonTree. updateSelection(WebContext ctx)
String
JSonTree. 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 Object
DirectoryTree. getInput(WebContext ctx)
protected ContentProvider
DirectoryTree. getProvider(WebContext ctx)
protected JSonTreeSerializer
DirectoryTree. 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 WebContext
JSonDocumentTreeSerializer. ctx
Methods in org.nuxeo.ecm.webengine.ui.tree.document with parameters of type WebContext Modifier and Type Method Description protected Object
DocumentTree. getInput(WebContext ctx)
protected ContentProvider
DocumentTree. getProvider(WebContext ctx)
protected JSonTreeSerializer
DocumentTree. getSerializer(WebContext ctx)
String
DocumentTree. 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)
-