|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 FacesMessage s |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |