Uses of Class
javax.faces.event.AbortProcessingException

Packages that use AbortProcessingException
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.component.behavior APIs for attaching additional behavior to user interface components. 
javax.faces.context Classes and interfaces defining per-request state information. 
javax.faces.event Interfaces describing events and event listeners, and concrete event implementation classes. 
 

Uses of AbortProcessingException in javax.faces.component
 

Subclasses of AbortProcessingException in javax.faces.component
static class UIComponentBaseTestCase.CustomAbortProcessingException
           
 

Methods in javax.faces.component that throw AbortProcessingException
 void UICommand.broadcast(FacesEvent event)
          In addition to to the default UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.
abstract  void UIComponent.broadcast(FacesEvent event)
          Broadcast the specified FacesEvent to all registered event listeners who have expressed an interest in events of this type.
 void UIComponentBase.broadcast(FacesEvent event)
           
 void UIData.broadcast(FacesEvent event)
          Override the default UIComponentBase.broadcast(javax.faces.event.FacesEvent) processing to unwrap any wrapped FacesEvent and reset the current row index, before the event is actually broadcast.
 void UIData.broadcast(FacesEvent event)
          Override the default UIComponentBase.broadcast(javax.faces.event.FacesEvent) processing to unwrap any wrapped FacesEvent and reset the current row index, before the event is actually broadcast.
 void UIComponentBase.broadcast(FacesEvent event)
           
abstract  void UIComponent.broadcast(FacesEvent event)
          Broadcast the specified FacesEvent to all registered event listeners who have expressed an interest in events of this type.
 void UICommand.broadcast(FacesEvent event)
          In addition to to the default UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.
 void UIComponent.processEvent(ComponentSystemEvent event)
          

The default implementation performs the following action.

 void UIComponentBaseTestCase.ComponentListener.processEvent(ComponentSystemEvent event)
           
 void UIComponentBaseTestCase.UIComponentListener.processEvent(ComponentSystemEvent event)
           
 void UIComponentTestCase.Listener.processEvent(ComponentSystemEvent event)
           
 void UIComponentTestCase.Listener.processEvent(ComponentSystemEvent event)
           
 void UIComponentBaseTestCase.ComponentListener.processEvent(ComponentSystemEvent event)
           
 void UIComponentBaseTestCase.UIComponentListener.processEvent(ComponentSystemEvent event)
           
 void UIComponent.processEvent(ComponentSystemEvent event)
          

The default implementation performs the following action.

 void UIComponentBaseTestCase.Listener.processEvent(SystemEvent event)
           
 void UIComponentBaseTestCase.QueueingListener.processEvent(SystemEvent event)
           
 void UIComponentBaseTestCase.Listener.processEvent(SystemEvent event)
           
 void UIComponentBaseTestCase.QueueingListener.processEvent(SystemEvent event)
           
 

Uses of AbortProcessingException in javax.faces.component.behavior
 

Methods in javax.faces.component.behavior that throw AbortProcessingException
 void BehaviorBase.broadcast(BehaviorEvent event)
          

Default implementation of Behavior.broadcast(javax.faces.event.BehaviorEvent).

 void BehaviorBase.broadcast(BehaviorEvent event)
          

Default implementation of Behavior.broadcast(javax.faces.event.BehaviorEvent).

 

Uses of AbortProcessingException in javax.faces.context
 

Methods in javax.faces.context that throw AbortProcessingException
abstract  void ExceptionHandler.processEvent(SystemEvent exceptionQueuedEvent)
          When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
 void ExceptionHandlerWrapper.processEvent(SystemEvent event)
          The default behavior of this method is to call ExceptionHandler.processEvent(javax.faces.event.SystemEvent) on the wrapped ExceptionHandler object.
 void ExceptionHandlerWrapper.processEvent(SystemEvent event)
          The default behavior of this method is to call ExceptionHandler.processEvent(javax.faces.event.SystemEvent) on the wrapped ExceptionHandler object.
abstract  void ExceptionHandler.processEvent(SystemEvent exceptionQueuedEvent)
          When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
 

Uses of AbortProcessingException in javax.faces.event
 

Methods in javax.faces.event that throw AbortProcessingException
 void ActionListener.processAction(ActionEvent event)
          Invoked when the action described by the specified ActionEvent occurs.
 void MethodExpressionActionListener.processAction(ActionEvent actionEvent)
          Call through to the MethodExpression passed in our constructor.
 void MethodExpressionActionListener.processAction(ActionEvent actionEvent)
          Call through to the MethodExpression passed in our constructor.
 void ActionListener.processAction(ActionEvent event)
          Invoked when the action described by the specified ActionEvent occurs.
 void AjaxBehaviorListener.processAjaxBehavior(AjaxBehaviorEvent event)
          

 void AjaxBehaviorListener.processAjaxBehavior(AjaxBehaviorEvent event)
          

 void ComponentSystemEventListener.processEvent(ComponentSystemEvent event)
          When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
 void ComponentSystemEventListener.processEvent(ComponentSystemEvent event)
          When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
 void SystemEventListener.processEvent(SystemEvent event)
          When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
 void SystemEventListener.processEvent(SystemEvent event)
          When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
 void MethodExpressionValueChangeListener.processValueChange(ValueChangeEvent valueChangeEvent)
          Call through to the MethodExpression passed in our constructor.
 void ValueChangeListener.processValueChange(ValueChangeEvent event)
          Invoked when the value change described by the specified ValueChangeEvent occurs.
 void ValueChangeListener.processValueChange(ValueChangeEvent event)
          Invoked when the value change described by the specified ValueChangeEvent occurs.
 void MethodExpressionValueChangeListener.processValueChange(ValueChangeEvent valueChangeEvent)
          Call through to the MethodExpression passed in our constructor.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.