Modifier and Type | Class and Description |
---|---|
class |
ClientSideWindowHandler
WindowHandler which uses JavaScript to store the windowId.
|
class |
DefaultWindowHandler |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
LifecycleAwareWindowHandler
A WindowHandler that is aware of the JSF lifecycle.
|
Modifier and Type | Method and Description |
---|---|
static WindowHandler |
ConversationUtils.getWindowHandler()
Resolves the current
WindowHandler |
Modifier and Type | Method and Description |
---|---|
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 FacesMessage s |
static void |
ConversationUtils.tryToRestoreTheWindowIdEagerly(javax.faces.context.FacesContext facesContext,
EditableWindowContextManager windowContextManager,
WindowHandler windowHandler,
WindowContextConfig windowContextConfig) |
Modifier and Type | Class and Description |
---|---|
class |
ServerSideWindowHandler
use this implementation to avoid tokens in the url.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.