Package org.opencms.jsp.util
Class CmsJspContentAccessValueWrapper.NullValueInfo
java.lang.Object
org.opencms.jsp.util.CmsJspContentAccessValueWrapper.NullValueInfo
- Enclosing class:
- CmsJspContentAccessValueWrapper
The null value info, used to generate RDFA and DND annotations for null values.
-
Constructor Summary
ModifierConstructorDescriptionprotected
NullValueInfo
(I_CmsXmlDocument content, String valueName, Locale locale) protected
NullValueInfo
(I_CmsXmlContentValue parentValue, String valueName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the content.Returns the locale.Returns the parent value.Returns the value name.
-
Constructor Details
-
NullValueInfo
Constructor.- Parameters:
parentValue
- the parent valuevalueName
- the value path name
-
NullValueInfo
- Parameters:
content
- the content documentvalueName
- the value path namelocale
- the content locale
-
-
Method Details
-
getContent
Returns the content.- Returns:
- the content
-
getLocale
Returns the locale.- Returns:
- the locale
-
getParentValue
Returns the parent value.- Returns:
- the parent value
-
getValueName
Returns the value name.- Returns:
- the value name
-