Package com.sun.rave.web.ui.component.util.event

Interface Summary
HandlerContext  
OutputType This interface provides an abstraction for different locations for storing output from a handler.
UIComponentHolder This interface defines a method for obtaining a UIComponent.
 

Class Summary
AfterCreateEvent  
AfterEncodeEvent  
AfterLoopEvent  
BeforeCreateEvent  
BeforeEncodeEvent  
BeforeLoopEvent  
CommandEvent  
DecodeEvent  
EncodeEvent  
EventObjectBase This class serves as the base class for EventObjects in this package.
Handler This class contains the information necessary to invoke a Handler.
HandlerContextImpl  
HandlerDefinition A HandlerDefinition defines a "handler" that may be invoked in the process of executing an event.
IODescriptor This class describes an input or output parameter.
OutputMapping This class holds OutputMapping value meta information for individual instances of Handler Objects.
OutputTypeManager This class provides the functionality for the OutputTypeManager.
RequestAttributeOutputType This class implements the OutputType interface to provide a way to get/set Output values from a ServletRequest attribute Map.
SessionAttributeOutputType This class implements the OutputType interface to provide a way to get/set Output values from the Session attribute Map.