PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree com.ibm.portal.dnd
Interface DNDPortalValidator
- All Superinterfaces:
- DNDValidator
public interface DNDPortalValidator- extends DNDValidator
DNDPortalValidator is an extension of DNDValidator that can be used for standard portlets.
- Since:
- 6.0
Method Summary boolean validate(javax.portlet.PortletRequest request)
This method behaves the same as DNDValidator.validate but uses the PortletRequest rather than the ServletRequest to determine access rights.
Method Detail validate
boolean validate(javax.portlet.PortletRequest request)
- This method behaves the same as DNDValidator.validate but uses the PortletRequest rather than the ServletRequest to determine access rights.
- Specified by:
- validate in interface DNDValidator
- Parameters:
- javax.portlet.PortletRequest - request
- Returns:
- boolean, true if the user can perform DnD operations on the enclosing DNDArea
PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree