Package org.opencms.xml.content
Class I_CmsXmlContentHandler.JsonRendererSettings
java.lang.Object
org.opencms.xml.content.I_CmsXmlContentHandler.JsonRendererSettings
- Enclosing interface:
- I_CmsXmlContentHandler
Settings for a JSON renderer.
-
Constructor Summary
ConstructorDescriptionJsonRendererSettings
(String className, Map<String, String> params) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the class name.Gets the parameters.
-
Constructor Details
-
JsonRendererSettings
Creates a new instance.- Parameters:
className
- the class nameparams
- the parameters
-
-
Method Details
-
getClassName
Gets the class name.- Returns:
- the class name
-
getParameters
Gets the parameters.- Returns:
- the parameters
-