org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface WindowHandler
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- LifecycleAwareWindowHandler
- All Known Implementing Classes:
- ClientSideWindowHandler, DefaultWindowHandler
public interface WindowHandler
- extends Serializable
- Author:
- Gerhard Petracek
encodeURL
String encodeURL(String url)
sendRedirect
void sendRedirect(javax.faces.context.ExternalContext externalContext,
String url,
boolean addRequestParameter)
throws IOException
- Throws:
IOException
createWindowId
String createWindowId()
restoreWindowId
String restoreWindowId(javax.faces.context.ExternalContext externalContext)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.