Package org.opencms.jsp.util
Interface I_CmsInfoWrapper
- All Known Subinterfaces:
I_CmsFormatterInfo
- All Known Implementing Classes:
CmsFormatterInfoWrapper
,CmsResourceTypeInfoWrapper
,CmsSchemaInfo.Field
,CmsSchemaInfo.Tab
,CmsSettingDefinitionWrapper
public interface I_CmsInfoWrapper
Contains common methods for various beans used to generate the template documentation.
-
Method Summary
Modifier and TypeMethodDescriptionGets the description in the current locale.Returns the localization key for the description if one was used, and null otherwise.Gets the raw description, without resolving any macros.
-
Method Details
-
getDescription
Gets the description in the current locale.- Returns:
- the locale to use
-
getDescriptionKey
Returns the localization key for the description if one was used, and null otherwise.- Returns:
- the localization key
-
getDescriptionRaw
Gets the raw description, without resolving any macros.- Returns:
- the raw description
-