org.apache.myfaces.el.unified
Interface ELResolverBuilder
- All Known Implementing Classes:
- ResolverBuilderForFaces, ResolverBuilderForJSP
public interface ELResolverBuilder
The ELResolverBuilder is responsible to build the el resolver which is used by the application through
Application.getELResolver()
according to 1.2 spec
section 5.6.2 or to be used as the el resolver for jsp
according to 1.2 spec section 5.6.1
- Version:
- $Revision: 1188895 $ $Date: 2011-10-25 22:31:51 +0200 (Tue, 25 Oct 2011) $
- Author:
- Mathias Broekelmann (latest modification by $Author: struberg $)
Method Summary |
void |
build(javax.el.CompositeELResolver elResolver)
|
build
void build(javax.el.CompositeELResolver elResolver)
Copyright © 2014 The Apache Software Foundation. All rights reserved.