|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletRegistrationFilter
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 |
---|
java.util.Iterator getAvailable(java.lang.String regHandle)
regHandle
- String representing the registration handle of a consumer
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 |