Class ApplicationAssociate

java.lang.Object
com.sun.faces.application.ApplicationAssociate

public class ApplicationAssociate
extends Object

Break out the things that are associated with the Application, but need to be present even when the user has replaced the Application instance.

For example: the user replaces ApplicationFactory, and wants to intercept calls to createValueExpression() and createMethodExpression() for certain kinds of expressions, but allow the existing application to handle the rest.