- getDisplayName() - Method in class org.nuxeo.ecm.webengine.samples.UserObject
-
Getter the variable displayName.
- getIndex1() - Method in class org.nuxeo.ecm.webengine.samples.TemplatingObject
-
Return the template index.ftl from 'skin' directory
- getIndex1(String) - Method in class org.nuxeo.ecm.webengine.samples.TemplatingObject
-
Inject the variable 'name' in the template context and then return the template.
- getIndex2() - Method in class org.nuxeo.ecm.webengine.samples.TemplatingObject
-
Render the index2 template
- getRepositoryView() - Method in class org.nuxeo.ecm.webengine.samples.DocumentsObject
-
Get a repository view rooted under "/default-domain".
- getUser(String) - Method in class org.nuxeo.ecm.webengine.samples.UserManagerObject
-
Get the user JAX-RS resource given the user name
- getUserByQueryString(String) - Method in class org.nuxeo.ecm.webengine.samples.UserManagerObject
-
A hack to accept users as user?
- getUserManager() - Method in class org.nuxeo.ecm.webengine.samples.BasicsObject
-
Get the WebObject (i.e. a JAX-RS sub-resource) bound to "users".