Liferay 6.2-ce-ga5

com.liferay.portlet
Class PortletSessionAttributeMap.AttributeNameMapper

java.lang.Object
  extended by com.liferay.portlet.PortletSessionAttributeMap.AttributeNameMapper
All Implemented Interfaces:
MappingEnumeration.Mapper<String,String>
Enclosing class:
PortletSessionAttributeMap

protected static class PortletSessionAttributeMap.AttributeNameMapper
extends Object
implements MappingEnumeration.Mapper<String,String>


Constructor Summary
protected PortletSessionAttributeMap.AttributeNameMapper(String attributeNamespace, boolean removePrefix)
           
 
Method Summary
 String map(String attributeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSessionAttributeMap.AttributeNameMapper

protected PortletSessionAttributeMap.AttributeNameMapper(String attributeNamespace,
                                                         boolean removePrefix)
Method Detail

map

public String map(String attributeName)
Specified by:
map in interface MappingEnumeration.Mapper<String,String>

Liferay 6.2-ce-ga5