net.jakubholy.jeeutils.jsfelcheck.validator.binding.impl
Class Sun11_02ElBindingFactoryImpl

java.lang.Object
  extended by net.jakubholy.jeeutils.jsfelcheck.validator.binding.impl.Sun11_02ElBindingFactoryImpl
All Implemented Interfaces:
ElBindingFactory

public class Sun11_02ElBindingFactoryImpl
extends Object
implements ElBindingFactory

Implementation using Sun jsf-impl 1.1_02.


Constructor Summary
Sun11_02ElBindingFactoryImpl(javax.faces.application.Application application)
           
 
Method Summary
 javax.faces.el.MethodBinding createMethodBinding(String ref)
           
 javax.faces.el.ValueBinding createValueBinding(String ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sun11_02ElBindingFactoryImpl

public Sun11_02ElBindingFactoryImpl(javax.faces.application.Application application)
Parameters:
application - (required) Needed to fetch the property and variable resolvers.
Method Detail

createValueBinding

public javax.faces.el.ValueBinding createValueBinding(String ref)
                                               throws javax.faces.el.ReferenceSyntaxException
Specified by:
createValueBinding in interface ElBindingFactory
Throws:
javax.faces.el.ReferenceSyntaxException

createMethodBinding

public javax.faces.el.MethodBinding createMethodBinding(String ref)
Specified by:
createMethodBinding in interface ElBindingFactory


Copyright © 2011. All Rights Reserved.