|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PortletHandle
Handle to a portlet.
| Method Summary | ||
|---|---|---|
boolean |
equals(Object that)
Determine if this Object
represents the same portlet as this ObjectHandle. |
|
int |
hashCode()
Get the hash code for the portlet. |
|
|
narrow(Class<T> type)
Get an implementation of the given interface type
to be invoked against the portlet. |
|
String |
toString()
Get a string representation of this ObjectHandle. |
|
| Method Detail |
|---|
int hashCode()
hashCode in class Objectboolean equals(Object that)
Object
represents the same portlet as this ObjectHandle.
equals in class Objectthat - the Object
true if this Object
represents the same portlet as this portlet
and false otherwise
<T> T narrow(Class<T> type)
throws ClassCastException,
PortletORBException
interface type
to be invoked against the portlet.
type - the interface type
interface type
to be invoked against the portlet
ClassCastException
PortletORBExceptionString toString()
ObjectHandle.
toString in class ObjectObjectHandle
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||