public class LayoutConversionContext extends Object
Holds the language (locale) and can also hold a map of serializable objects.
Constructor and Description |
---|
LayoutConversionContext(String language,
Map<String,Serializable> properties) |
Modifier and Type | Method and Description |
---|---|
String |
getLanguage() |
Map<String,Serializable> |
getProperties() |
void |
setLanguage(String language) |
void |
setProperties(Map<String,Serializable> properties) |
public LayoutConversionContext(String language, Map<String,Serializable> properties)
public String getLanguage()
public void setLanguage(String language)
public Map<String,Serializable> getProperties()
public void setProperties(Map<String,Serializable> properties)
Copyright © 2011 Nuxeo SA. All Rights Reserved.