public class MobileApplication extends ModuleRoot
Modifier and Type | Class and Description |
---|---|
protected static class |
MobileApplication.ToolbarPage |
Modifier and Type | Field and Description |
---|---|
protected static Pattern |
CORDOVA_USER_AGENT_REGEXP |
httpHeaders, request, uriInfo
Constructor and Description |
---|
MobileApplication() |
Modifier and Type | Method and Description |
---|---|
Object |
doGet(String targetURL)
Try to fetch document in targetURL parameter in URL if not this is the Home binding
|
Object |
doSocial() |
Object |
doTraverseActivity() |
Object |
doTraverseAuthentication() |
Object |
doTraverseDocument(String docId) |
Object |
doTraverseDocumentByPath(String docPath) |
Object |
doTraverseProfile() |
Object |
doTraverseRootDocumentByPath(String adapter) |
Object |
doTraverseSearch() |
Object |
doTraverseTask()
Deprecated.
|
String |
getDocumentMobileUrl(DocumentModel doc) |
String |
getNuxeoContextPath() |
Object |
getRootRepositoryView()
Generate the root view of the repository.
|
protected Object |
getSocialObject() |
protected DocumentModelList |
getUserWorkspacesDocs() |
protected UserWorkspaceService |
getUserWorkspaceService() |
protected void |
initialize(Object... args) |
protected void |
setCurrentPage(MobileApplication.ToolbarPage page) |
getLink, getSkinResource, handleError, setHttpHeaders, setHttpRequest, setUriInfo
disptachAdapter, isAdapter
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
checkGuard, dispose, getActiveAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot
getAdapter
protected static final Pattern CORDOVA_USER_AGENT_REGEXP
public MobileApplication()
protected void initialize(Object... args)
initialize
in class AbstractResource<ResourceTypeImpl>
public Object doGet(String targetURL)
public Object doTraverseAuthentication()
public Object doTraverseProfile()
public Object getRootRepositoryView()
public Object doTraverseRootDocumentByPath(String adapter)
public Object doTraverseDocumentByPath(String docPath)
public Object doTraverseDocument(String docId)
public Object doTraverseSearch()
@Deprecated public Object doTraverseTask()
public Object doTraverseActivity()
protected void setCurrentPage(MobileApplication.ToolbarPage page)
protected DocumentModelList getUserWorkspacesDocs()
protected Object getSocialObject()
protected UserWorkspaceService getUserWorkspaceService()
public String getNuxeoContextPath()
public String getDocumentMobileUrl(DocumentModel doc)
Copyright © 2016 Nuxeo SA. All rights reserved.