protected static class CmsJspContentAccessValueWrapper.NullValueInfo extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
NullValueInfo(I_CmsXmlContentValue parentValue,
java.lang.String valueName)
Constructor.
|
protected |
NullValueInfo(I_CmsXmlDocument content,
java.lang.String valueName,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
I_CmsXmlDocument |
getContent()
Returns the content.
|
java.util.Locale |
getLocale()
Returns the locale.
|
I_CmsXmlContentValue |
getParentValue()
Returns the parent value.
|
java.lang.String |
getValueName()
Returns the value name.
|
protected NullValueInfo(I_CmsXmlContentValue parentValue, java.lang.String valueName)
parentValue
- the parent valuevalueName
- the value path nameprotected NullValueInfo(I_CmsXmlDocument content, java.lang.String valueName, java.util.Locale locale)
content
- the content documentvalueName
- the value path namelocale
- the content localepublic I_CmsXmlDocument getContent()
public java.util.Locale getLocale()
public I_CmsXmlContentValue getParentValue()
public java.lang.String getValueName()