com.ibm.portal.resolver.proxy.service
Interface PortletAjaxProxyService

All Superinterfaces:
Identifiable

public interface PortletAjaxProxyService
extends Identifiable

Portlet version of the AjaxProxyService.

Since:
6.1.5

Method Summary
 ObjectID getObjectID()
          Returns the objectID of the calling portlet window
 

Method Detail

getObjectID

ObjectID getObjectID()
Returns the objectID of the calling portlet window

Specified by:
getObjectID in interface Identifiable
Returns:
the ObjectID of this resource, this can never be null
See Also:
Identifiable.getObjectID()