Class LayoutConversionContext
java.lang.Object
org.nuxeo.ecm.platform.forms.layout.api.converters.LayoutConversionContext
Context propagated to all layout and widget converters.
Holds the language (locale) and can also hold a map of serializable objects.
- Since:
- 5.5
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLayoutConversionContext
(String language, Map<String, Serializable> properties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLanguage
(String language) void
setProperties
(Map<String, Serializable> properties)
-
Field Details
-
language
-
properties
-
-
Constructor Details
-
LayoutConversionContext
-
-
Method Details
-
getLanguage
-
setLanguage
-
getProperties
-
setProperties
-