|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides methods to inspect portlets that are accessible by a certain consumer.
Method Summary | |
java.util.Iterator |
getAvailable(java.lang.String regHandle)
Returns all portlet handles of portlets, a certain consumer (identified by regHandle) can utilize. |
boolean |
isAvailable(java.lang.String regHandle,
java.lang.String portletHandle)
Indicates whether a certain consumer is allowed to utilize the portlet identified by portletHandle or not. |
Method Detail |
public java.util.Iterator getAvailable(java.lang.String regHandle)
regHandle
- String representing the registration handle of a consumer
public boolean isAvailable(java.lang.String regHandle, java.lang.String portletHandle)
regHandle
- String representing the registration handle of a consumerportletHandle
- String representing the portlet handle of an portlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |