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 java.lang.Object
implements NamespaceMapper

Default implementation of NamespaceMapper interface.


Constructor Summary
NamespaceMapperImpl()
           
 
Method Summary
 java.lang.String decode(PortletWindowID portletWindowId, java.lang.String name)
           
 java.lang.String encode(PortletWindowID portletWindowId1, PortletWindowID portletWindowId2, java.lang.String name)
           
 java.lang.String encode(PortletWindowID portletWindowId, java.lang.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 java.lang.String encode(PortletWindowID portletWindowId,
                               java.lang.String name)
Specified by:
encode in interface NamespaceMapper

encode

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

decode

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


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