org.apache.pluto
Interface PortletWindowID

All Known Implementing Classes:
PortletWindowIDImpl

public interface PortletWindowID

The portlet window ID.

Version:
1.0

Method Summary
 java.lang.String getStringId()
          Returns the unique string ID of the portlet window.
 

Method Detail

getStringId

java.lang.String getStringId()
Returns the unique string ID of the portlet window.

Depending on the implementation of toString() is dangerous, because the original implementation in Object is not qualified.

Returns:
the unique string ID of the portlet window.


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