org.apache.myfaces.config
Class FacesConfigurator
java.lang.Object
org.apache.myfaces.config.FacesConfigurator
public class FacesConfigurator
- extends Object
Configures everything for a given context. The FacesConfigurator is independent of the concrete implementations that
lie behind FacesConfigUnmarshaller and FacesConfigDispenser.
- Version:
- $Revision: 1670509 $ $Date: 2015-03-31 22:45:18 +0000 (Tue, 31 Mar 2015) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENABLE_DEFAULT_WINDOW_MODE
public static final String ENABLE_DEFAULT_WINDOW_MODE
- Set this attribute if the current configuration requires enable window mode
- See Also:
- Constant Field Values
FacesConfigurator
public FacesConfigurator(ExternalContext externalContext)
setUnmarshaller
public void setUnmarshaller(FacesConfigUnmarshaller<? extends FacesConfig> unmarshaller)
- Parameters:
unmarshaller
- the unmarshaller to set
getUnmarshaller
protected FacesConfigUnmarshaller<? extends FacesConfig> getUnmarshaller()
- Returns:
- the unmarshaller
setDispenser
public void setDispenser(FacesConfigData dispenser)
- Parameters:
dispenser
- the dispenser to set
getDispenser
protected FacesConfigData getDispenser()
- Returns:
- the dispenser
setAnnotationConfigurator
public void setAnnotationConfigurator(AnnotationConfigurator configurator)
getAnnotationConfigurator
protected AnnotationConfigurator getAnnotationConfigurator()
update
public void update()
configure
public void configure()
throws FacesException
- Throws:
FacesException
getRuntimeConfig
protected RuntimeConfig getRuntimeConfig()
setRuntimeConfig
public void setRuntimeConfig(RuntimeConfig runtimeConfig)
enableDefaultWindowMode
public static void enableDefaultWindowMode(FacesContext facesContext)
isEnableDefaultWindowMode
public static boolean isEnableDefaultWindowMode(FacesContext facesContext)
configureProtectedViews
public void configureProtectedViews()
getInjectionProvider
protected InjectionProvider getInjectionProvider()
getFacesContext
protected FacesContext getFacesContext()
getApplication
protected Application getApplication()
setApplication
protected void setApplication(Application application)
Copyright © 2015 The Apache Software Foundation. All rights reserved.