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 javax.portlet.PortletRequest)">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
javax.portlet.PortletRequest)">

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