Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.util.MappingEnumeration.Mapper

Packages that use MappingEnumeration.Mapper
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of MappingEnumeration.Mapper in com.liferay.portal.kernel.util
 

Fields in com.liferay.portal.kernel.util declared as MappingEnumeration.Mapper
protected  MappingEnumeration.Mapper<T,R> MappingEnumeration.mapper
           
 

Constructors in com.liferay.portal.kernel.util with parameters of type MappingEnumeration.Mapper
MappingEnumeration(Enumeration<T> enumeration, MappingEnumeration.Mapper<T,R> mapper)
           
 

Uses of MappingEnumeration.Mapper in com.liferay.portlet
 

Classes in com.liferay.portlet that implement MappingEnumeration.Mapper
protected static class PortletSessionAttributeMap.AttributeNameMapper
           
 


Liferay 6.2-ce-ga5