public class FacesConfigurator extends Object
| Constructor and Description | 
|---|
| FacesConfigurator(ExternalContext externalContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configure() | 
| protected AnnotationConfigurator | getAnnotationConfigurator() | 
| protected FacesConfigData | getDispenser() | 
| protected RuntimeConfig | getRuntimeConfig() | 
| protected FacesConfigUnmarshaller<? extends FacesConfig> | getUnmarshaller() | 
| void | setAnnotationConfigurator(AnnotationConfigurator configurator) | 
| void | setDispenser(FacesConfigData dispenser) | 
| void | setRuntimeConfig(RuntimeConfig runtimeConfig) | 
| void | setUnmarshaller(FacesConfigUnmarshaller<? extends FacesConfig> unmarshaller) | 
| void | update() | 
public FacesConfigurator(ExternalContext externalContext)
public void setUnmarshaller(FacesConfigUnmarshaller<? extends FacesConfig> unmarshaller)
unmarshaller - the unmarshaller to setprotected FacesConfigUnmarshaller<? extends FacesConfig> getUnmarshaller()
public void setDispenser(FacesConfigData dispenser)
dispenser - the dispenser to setprotected FacesConfigData getDispenser()
public void setAnnotationConfigurator(AnnotationConfigurator configurator)
protected AnnotationConfigurator getAnnotationConfigurator()
public void update()
public void configure()
               throws FacesException
FacesExceptionprotected RuntimeConfig getRuntimeConfig()
public void setRuntimeConfig(RuntimeConfig runtimeConfig)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.