This resolver can't be used as element of a chain of existing resolvers as the goal is to post-process resolved values of type {@link YComponentBinding} and {@link YFrame}.So technically this resolver is a wrapper around the configured resolver chain.
When a {@link YComponentBinding} is to be resolved: Resolves the binding to{@link YComponentBinding#getValue()} when necessary.
When a {@link YFrame} is to be resolved: Add that frame to current {@link YPageContext}. @see YFacesApplicationFactory @see YFacesApplication @author Denny.Strietzbaum
|
|