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.default String
getDescription
(String locale) Gets the description in the given locale.getDescription
(Locale locale) Gets the description in the given 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 description
-
getDescription
Gets the description in the given locale.- Parameters:
locale
- the locale to use- Returns:
- the description
-
getDescription
Gets the description in the given locale.- Parameters:
locale
- the locale to use- Returns:
- the description
-
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
-