Uses of Interface
wicket.request.target.IEventProcessor

Packages that use IEventProcessor
wicket.request.target.component   
wicket.request.target.component.listener   
 

Uses of IEventProcessor in wicket.request.target.component
 

Subinterfaces of IEventProcessor in wicket.request.target.component
 interface IBookmarkablePageRequestTarget
          Target that denotes a page that is to be created from the provided page class.
 

Classes in wicket.request.target.component that implement IEventProcessor
 class BookmarkablePageRequestTarget
          Default implementation of IBookmarkablePageRequestTarget.
 class ExpiredPageClassRequestTarget
          Special purpose target that points to a expiry page
 

Uses of IEventProcessor in wicket.request.target.component.listener
 

Classes in wicket.request.target.component.listener that implement IEventProcessor
 class AbstractListenerInterfaceRequestTarget
          The abstract implementation of IListenerInterfaceRequestTarget.
 class BehaviorRequestTarget
          Target that denotes a page instance and a call to a component on that page using an listener interface method.
 class ListenerInterfaceRequestTarget
          Target that denotes a page instance and a call to a component on that page using an listener interface method.
 class RedirectPageRequestTarget
          Specialization of page request that denotes that we are actually handling a redirect request of a page.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.