@Alternative @ApplicationScoped public class ClientSideWindowHandler extends DefaultWindowHandler implements LifecycleAwareWindowHandler
useWindowAwareUrlEncoding
Modifier | Constructor and Description |
---|---|
protected |
ClientSideWindowHandler() |
protected |
ClientSideWindowHandler(WindowContextConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
beforeLifecycleExecute(javax.faces.context.FacesContext facesContext)
Is called before the execute portion of the JSF lifecycle starts.
|
String |
restoreWindowId(javax.faces.context.ExternalContext externalContext)
Allows to restore the window-id depending on the window-strategy supported by the implementation
|
addWindowIdIfNecessary, createWindowId, encodeURL, getCurrentWindowId, sendRedirect
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createWindowId, encodeURL, sendRedirect
protected ClientSideWindowHandler()
@Inject protected ClientSideWindowHandler(WindowContextConfig config)
public String restoreWindowId(javax.faces.context.ExternalContext externalContext)
restoreWindowId
in interface WindowHandler
restoreWindowId
in class DefaultWindowHandler
externalContext
- current external-contextpublic void beforeLifecycleExecute(javax.faces.context.FacesContext facesContext)
beforeLifecycleExecute
in interface LifecycleAwareWindowHandler
facesContext
- current faces-contextCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.