|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.spi.FacesConfigurationMerger
public abstract class FacesConfigurationMerger
SPI that uses the FacesConfigurationProvider-SPI to get all FacesConfig data and then it combines it into one FacesConfigData instance. For this merging process the ordering and sorting rules of the JSF spec must be applied. With this SPI it is possible to store the result of the complex ordering and sorting algorithm in order to skip it if no configuration changes are applied upon redeploy. Implementations of this SPI can take advantage of the decorator pattern in order to use the default SPI-impl.
Constructor Summary | |
---|---|
FacesConfigurationMerger()
|
Method Summary | |
---|---|
abstract FacesConfigData |
getFacesConfigData(javax.faces.context.ExternalContext ectx)
Returns an object that collect all config information used by MyFaces to initialize the web application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacesConfigurationMerger()
Method Detail |
---|
public abstract FacesConfigData getFacesConfigData(javax.faces.context.ExternalContext ectx)
ectx
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |