Package org.nuxeo.template.jaxrs.context
Class JAXRSExtensions
- java.lang.Object
-
- org.nuxeo.template.jaxrs.context.JAXRSExtensions
-
public class JAXRSExtensions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentModel
doc
protected DocumentWrapper
nuxeoWrapper
protected String
templateName
-
Constructor Summary
Constructors Constructor Description JAXRSExtensions(DocumentModel doc, DocumentWrapper nuxeoWrapper, String templateName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static String
getContextPathProperty()
String
getResourceUrl(String resourceName)
-
-
-
Field Detail
-
doc
protected final DocumentModel doc
-
nuxeoWrapper
protected final DocumentWrapper nuxeoWrapper
-
templateName
protected final String templateName
-
-
Constructor Detail
-
JAXRSExtensions
public JAXRSExtensions(DocumentModel doc, DocumentWrapper nuxeoWrapper, String templateName)
-
-