Uses of Class
org.opencms.jsp.util.CmsFormatterInfoWrapper
-
Uses of CmsFormatterInfoWrapper in org.opencms.jsp.util
Modifier and TypeMethodDescriptionCmsJspStandardContextBean.getFormatterInfo
(String formatterKey) Gets the formatter info wrapper for the given formatter key.Modifier and TypeMethodDescriptionCmsResourceTypeInfoWrapper.formatterInfoForContainer
(String containerType) Gets the formatter information beans for a specific container type.CmsContainerTypeInfoWrapper.getAllowedFunctions()
Gets the list of active functions which match this container type.-CmsResourceTypeInfoWrapper.getFormatterInfo()
Gets the formatter information beans for all active formatters for this type.CmsJspStandardContextBean.getFormatterInfoForContainer
(String containerType) Gets the formatter bean for active formatters with a given container type.CmsJspStandardContextBean.getFormatterInfoForDisplay
(String displayType) Gets the formatter beans for active formatters with a given display type.protected List<CmsFormatterInfoWrapper>
CmsJspStandardContextBean.wrapFormatters
(Collection<? extends I_CmsFormatterBean> formatters) Wraps a list of formatter beans for use in JSPs.