org.apache.myfaces.config
Class FacesConfigurator
java.lang.Object
org.apache.myfaces.config.FacesConfigurator
public class FacesConfigurator
- extends java.lang.Object
Configures everything for a given context. The FacesConfigurator is independent of the concrete implementations that
lie behind FacesConfigUnmarshaller and FacesConfigDispenser.
- Version:
- $Revision: 1099119 $ $Date: 2011-05-03 11:44:32 -0500 (Tue, 03 May 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
Constructor Summary |
FacesConfigurator(javax.faces.context.ExternalContext externalContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesConfigurator
public FacesConfigurator(javax.faces.context.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 javax.faces.FacesException
- Throws:
javax.faces.FacesException
getRuntimeConfig
protected RuntimeConfig getRuntimeConfig()
setRuntimeConfig
public void setRuntimeConfig(RuntimeConfig runtimeConfig)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.