Package net.jakubholy.jeeutils.jsfelcheck.validator

Interface Summary
ElExpressionFilter Can be added to the validator to include/exclude selected JSF EL expressions.
ElVariableResolver  
JsfElValidator  
PredefinedVariableResolver.NewVariableEncounteredListener  
 

Class Summary
FakeValueFactory  
MockingPropertyResolver Automatically return a Mockito mock for any property that is valid, otherwise throw a PropertyNotFoundException.
MockObjectOfUnknownType Used instead an Object or mock(Object) when resolving a property whose type cannot be safely determined.
ParsedElExpression  
PredefinedVariableResolver Resolve variables from a pre-defined list initialized via PredefinedVariableResolver.declareVariable(String, Object).
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.
 

Exception Summary
FakeValueFactory.UnableToCreateFakeValueException  
 



Copyright © 2011. All Rights Reserved.