org.apache.pluto
Interface PortletWindowID


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

public 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-2008 Apache Software Foundation. All Rights Reserved.