Uses of Interface
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.WindowHandler

Packages that use WindowHandler
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation   
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi   
org.apache.myfaces.extensions.cdi.jsf.impl.util   
org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation   
 

Uses of WindowHandler in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
 

Classes in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation that implement WindowHandler
 class ClientSideWindowHandler
          WindowHandler which uses JavaScript to store the windowId.
 class DefaultWindowHandler
           
 

Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation with parameters of type WindowHandler
protected  void WindowContextManagerObserver.tryToRestoreWindowContext(javax.faces.event.PhaseEvent phaseEvent, EditableWindowContextManager windowContextManager, WindowHandler windowHandler, WindowContextConfig windowContextConfig)
          tries to restore the window-id and the window-context as early as possible
 

Uses of WindowHandler in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
 

Subinterfaces of WindowHandler in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
 interface LifecycleAwareWindowHandler
          A WindowHandler that is aware of the JSF lifecycle.
 

Uses of WindowHandler in org.apache.myfaces.extensions.cdi.jsf.impl.util
 

Methods in org.apache.myfaces.extensions.cdi.jsf.impl.util that return WindowHandler
static WindowHandler ConversationUtils.getWindowHandler()
          Resolves the current WindowHandler
 

Methods in org.apache.myfaces.extensions.cdi.jsf.impl.util with parameters of type WindowHandler
static String ConversationUtils.resolveWindowContextId(WindowHandler windowHandler, boolean requestParameterSupported, boolean allowUnknownWindowIds)
          Tries to resolve the window-id via WindowHandler, request-parameters, request-map, component
static void ConversationUtils.sendRedirect(javax.faces.context.ExternalContext externalContext, String url, WindowHandler windowHandler)
          Triggers a redirect via the ExternalContext or the current WindowHandler, resets caches and prevents FacesMessages
 

Uses of WindowHandler in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation
 

Classes in org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation that implement WindowHandler
 class ServerSideWindowHandler
          use this implementation to avoid tokens in the url.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.