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: 1296049 $ $Date: 2012-03-02 05:48:16 +0100 (Fri, 02 Mar 2012) $
- 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 |
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)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.