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.
 
Methods inherited from interface com.ibm.portal.dnd.DNDValidator
validate
 

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.

Parameters:
javax.portlet.PortletRequest - request
Returns:
boolean, true if the user can perform DnD operations on the enclosing DNDArea