Class RenderingContext.CtxBuilder
java.lang.Object
org.nuxeo.ecm.core.io.registry.context.RenderingContext.CtxBuilder
- Enclosing interface:
- RenderingContext
RenderingContext
builder.
RenderingContext ctx = CtxBuilder.base("http://mine.nuxeo.com/nuxeo").locale(Locale.ENGLISH).param("name", "value1", "value2").get();
- Since:
- 7.2
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
depth
(DepthValues value) fetchInDoc
(String... propertyName) static RenderingContext
get()
paramValues
(String name, Object... values) properties
(String... schemaName) session
(CoreSession session)
-
Method Details
-
builder
-
base
-
locale
-
session
-
param
-
paramValues
public static RenderingContextImpl.RenderingContextBuilder paramValues(String name, Object... values) -
paramList
-
properties
-
fetch
public static RenderingContextImpl.RenderingContextBuilder fetch(String entityType, String... propertyName) -
fetchInDoc
-
translate
public static RenderingContextImpl.RenderingContextBuilder translate(String entityType, String... propertyName) -
enrich
public static RenderingContextImpl.RenderingContextBuilder enrich(String entityType, String... enricherName) -
enrichDoc
-
depth
-
get
-