org.apache.pluto.util.impl
Class NamespaceMapperImpl

java.lang.Object
  extended by org.apache.pluto.util.impl.NamespaceMapperImpl
All Implemented Interfaces:
NamespaceMapper

public class NamespaceMapperImpl
extends Object
implements NamespaceMapper

Default implementation of NamespaceMapper interface.


Constructor Summary
NamespaceMapperImpl()
           
 
Method Summary
 String decode(PortletWindowID portletWindowId, String name)
           
 String encode(PortletWindowID portletWindowId1, PortletWindowID portletWindowId2, String name)
           
 String encode(PortletWindowID portletWindowId, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceMapperImpl

public NamespaceMapperImpl()
Method Detail

encode

public String encode(PortletWindowID portletWindowId,
                     String name)
Specified by:
encode in interface NamespaceMapper

encode

public String encode(PortletWindowID portletWindowId1,
                     PortletWindowID portletWindowId2,
                     String name)
Specified by:
encode in interface NamespaceMapper

decode

public String decode(PortletWindowID portletWindowId,
                     String name)
Specified by:
decode in interface NamespaceMapper


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.