public abstract class WindowManagerFactory extends Object
Application-scoped factory for creating per-Session WindowManager instances. It is the WindowManagerFactory implementation's responsibility to ensure that only one WindowManager instance is created per-session. The WindowManagerFactory is also responsible for ensuring that any mutable state in the WindowManager instances will be successfully failed over.
The factory is usually specified by placing the name of the WindowManagerFactory
implementation class in a file named
org.apache.myfaces.trinidad.context.WindowManagerFactory
in the META-INF/services
directory
Constructor and Description |
---|
WindowManagerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract WindowManager |
getWindowManager(javax.faces.context.ExternalContext extContext)
Returns the WindowManager to use for this session, creating a new instance if one doesn't
already exist.
|
public abstract WindowManager getWindowManager(javax.faces.context.ExternalContext extContext)
extContext
- ExternalContextCopyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.