Uses of Class
com.caucho.portal.generic.ConstraintFailureEvent

Packages that use ConstraintFailureEvent
com.caucho.portal.generic   
 

Uses of ConstraintFailureEvent in com.caucho.portal.generic
 

Methods in com.caucho.portal.generic with parameters of type ConstraintFailureEvent
 void PortletServlet.handleConstraintFailure(RenderRequest request, RenderResponse response, ConstraintFailureEvent event)
          Optionally handle a constraint failure by sending some output to the client using the response or by hiding the window.
 void Window.handleConstraintFailure(RenderRequest request, RenderResponse response, ConstraintFailureEvent event)
          Optionally handle a constraint failure by sending some output to the client using the response or by hiding the window.
 void GenericWindow.handleConstraintFailure(RenderRequest request, RenderResponse response, ConstraintFailureEvent event)
          Optionally handle a constraint failure by sending some output to the client using the response or by hiding the window.