Uses of Class
org.opencms.jsp.util.CmsFormatterInfoWrapper
Packages that use CmsFormatterInfoWrapper
-
Uses of CmsFormatterInfoWrapper in org.opencms.jsp.util
Methods in org.opencms.jsp.util that return CmsFormatterInfoWrapperModifier and TypeMethodDescriptionCmsJspStandardContextBean.getFormatterInfo(String formatterKey) Gets the formatter info wrapper for the given formatter key.Methods in org.opencms.jsp.util that return types with arguments of type CmsFormatterInfoWrapperModifier 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.