org.apache.pluto.util
Interface NamespaceMapper

All Known Implementing Classes:
NamespaceMapperImpl

public interface NamespaceMapper


Method Summary
 String decode(PortletWindowID ns, String name)
           
 String encode(PortletWindowID ns1, PortletWindowID ns2, String name)
           
 String encode(PortletWindowID namespace, String name)
           
 

Method Detail

encode

String encode(PortletWindowID namespace,
              String name)

encode

String encode(PortletWindowID ns1,
              PortletWindowID ns2,
              String name)

decode

String decode(PortletWindowID ns,
              String name)


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