Package org.nuxeo.ecm.webengine.model
Interface ModuleResource
-
- All Known Implementing Classes:
APIRoot
,AutomationResource
,ConnectClientRoot
,EasyShare
,Main
,Main
,ModuleRoot
,OAuth2Callback
,RootResource
,RootResource
,SCIMRoot
,Test
,UserInvitationObject
,WOPIRoot
public interface ModuleResource extends Resource
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLink(DocumentModel doc)
Object
handleError(Throwable t)
-
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
-
Methods inherited from interface org.nuxeo.ecm.webengine.model.Resource
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
-
-
-
-
Method Detail
-
getLink
String getLink(DocumentModel doc)
-
-