Uses of Class
org.nuxeo.ecm.platform.rendering.api.View
-
Packages that use View Package Description org.nuxeo.ecm.platform.rendering.api org.nuxeo.ecm.platform.rendering.fm org.nuxeo.ecm.webengine.jaxrs.views -
-
Uses of View in org.nuxeo.ecm.platform.rendering.api
Methods in org.nuxeo.ecm.platform.rendering.api that return View Modifier and Type Method Description View
View. arg(String key, Object value)
View
View. args(Map<String,Object> args)
View
View. forObject(Object object)
View
RenderingEngine. getView(String path)
View
RenderingEngine. getView(String path, Object object)
-
Uses of View in org.nuxeo.ecm.platform.rendering.fm
Methods in org.nuxeo.ecm.platform.rendering.fm that return View Modifier and Type Method Description View
FreemarkerEngine. getView(String path)
View
FreemarkerEngine. getView(String path, Object object)
-
Uses of View in org.nuxeo.ecm.webengine.jaxrs.views
Methods in org.nuxeo.ecm.webengine.jaxrs.views that return View Modifier and Type Method Description View
BundleResource. getView(String path)
Methods in org.nuxeo.ecm.webengine.jaxrs.views with parameters of type View Modifier and Type Method Description long
ViewMessageBodyWriter. getSize(View arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
void
ViewMessageBodyWriter. writeTo(View t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
-