Package org.opencms.jsp.util
Class CmsJspStandardContextBean.CmsDetailLookupTransformer
java.lang.Object
org.opencms.jsp.util.CmsJspStandardContextBean.CmsDetailLookupTransformer
- All Implemented Interfaces:
org.apache.commons.collections.Transformer
- Enclosing class:
- CmsJspStandardContextBean
public class CmsJspStandardContextBean.CmsDetailLookupTransformer
extends Object
implements org.apache.commons.collections.Transformer
Provides a lazy initialized Map that provides the detail page link as a value when given the name of a
(named) dynamic function or resource type as a key.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CmsDetailLookupTransformer
Constructor with a prefix.The prefix is used to distinguish between type detail pages and function detail pages.
- Parameters:
prefix
- the prefix to use
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceorg.apache.commons.collections.Transformer
- See Also:
-
Transformer.transform(java.lang.Object)
-