Uses of Interface
net.jakubholy.jeeutils.jsfelcheck.validator.JsfElValidator

Packages that use JsfElValidator
net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper   
net.jakubholy.jeeutils.jsfelcheck.validator   
 

Uses of JsfElValidator in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper
 

Constructors in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper with parameters of type JsfElValidator
JsfElValidatingPageNodeListener(JsfElValidator expressionValidator, ContextVariableRegistry contextVarRegistry)
           
PageNodeExpressionValidator(JsfElValidator expressionValidator)
           
 

Uses of JsfElValidator in net.jakubholy.jeeutils.jsfelcheck.validator
 

Classes in net.jakubholy.jeeutils.jsfelcheck.validator that implement JsfElValidator
 class ValidatingJsfElResolver
          A "fake" resolver of JSF EL expression which only checks the validity of the expressions using a custom Variable and Property resolver without requiring real values for the variables being referenced in the expressions.
 

Methods in net.jakubholy.jeeutils.jsfelcheck.validator that return JsfElValidator
 JsfElValidator ValidatingJsfElResolver.declareVariable(String name, Object value)
           
 JsfElValidator JsfElValidator.declareVariable(String name, Object value)
           
 JsfElValidator ValidatingJsfElResolver.definePropertyTypeOverride(String elExpression, Class<?> newType)
           
 JsfElValidator JsfElValidator.definePropertyTypeOverride(String mapJsfExpression, Class<?> newType)
          Specify the type of a 'property' in a JSF EL expression, usually a component of a collection etc.
 



Copyright © 2011. All Rights Reserved.