net.jakubholy.jeeutils.jsfelcheck.validator.binding
Interface ElBindingFactory

All Known Implementing Classes:
Sun11_02ElBindingFactoryImpl

public interface ElBindingFactory

Create JSF EL bindings using a suitable underlying implementation.


Method Summary
 javax.faces.el.MethodBinding createMethodBinding(String ref)
           
 javax.faces.el.ValueBinding createValueBinding(String ref)
           
 

Method Detail

createValueBinding

javax.faces.el.ValueBinding createValueBinding(String ref)
                                               throws javax.faces.el.ReferenceSyntaxException
Throws:
javax.faces.el.ReferenceSyntaxException

createMethodBinding

javax.faces.el.MethodBinding createMethodBinding(String ref)


Copyright © 2011. All Rights Reserved.