|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationResult | |
|---|---|
| net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper | |
| net.jakubholy.jeeutils.jsfelcheck.validator | |
| net.jakubholy.jeeutils.jsfelcheck.validator.results | |
| Uses of ValidationResult in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper |
|---|
| Subclasses of ValidationResult in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper | |
|---|---|
class |
AttributesValidationResult
Results of validation JSF EL expressions in attributes of a (JSF) tag. |
class |
CollectedValidationResultsImpl
Collected results of validation of one of more pages. |
| Methods in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper that return ValidationResult | |
|---|---|
ValidationResult |
AttributesValidationResult.get(String attribute)
|
| Methods in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper that return types with arguments of type ValidationResult | |
|---|---|
Collection<ValidationResult> |
AttributesValidationResult.getAllResults()
|
| Methods in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper with parameters of type ValidationResult | |
|---|---|
void |
AttributesValidationResult.add(String attribute,
ValidationResult result)
|
protected void |
CollectedValidationResultsImpl.postAddSingleResult(ValidationResult singleResult)
|
| Method parameters in net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper with type arguments of type ValidationResult | |
|---|---|
void |
CollectedValidationResultsImpl.addAllFromTagLineNr(int currentTagLineNumber,
Collection<ValidationResult> allResults)
|
| Uses of ValidationResult in net.jakubholy.jeeutils.jsfelcheck.validator |
|---|
| Methods in net.jakubholy.jeeutils.jsfelcheck.validator that return ValidationResult | |
|---|---|
ValidationResult |
ValidatingJsfElResolver.validateMethodElExpression(String elExpression)
|
ValidationResult |
JsfElValidator.validateMethodElExpression(String expression)
|
ValidationResult |
ValidatingJsfElResolver.validateValueElExpression(String elExpression)
|
ValidationResult |
JsfElValidator.validateValueElExpression(String elExpression)
Validates that JSF EL is valid and returns its value, which is either a predefined variable or a mock of the class expected to be returned by a property. |
| Uses of ValidationResult in net.jakubholy.jeeutils.jsfelcheck.validator.results |
|---|
| Subclasses of ValidationResult in net.jakubholy.jeeutils.jsfelcheck.validator.results | |
|---|---|
class |
ExpressionRejectedByFilterResult
|
class |
FailedValidationResult
|
class |
MultipleValidationResults
|
class |
SuccessfulValidationResult
|
| Methods in net.jakubholy.jeeutils.jsfelcheck.validator.results that return types with arguments of type ValidationResult | |
|---|---|
Iterator<ValidationResult> |
MultipleValidationResults.iterator()
|
| Methods in net.jakubholy.jeeutils.jsfelcheck.validator.results with parameters of type ValidationResult | |
|---|---|
void |
MultipleValidationResults.add(ValidationResult singleResult)
|
protected void |
MultipleValidationResults.postAddSingleResult(ValidationResult singleResult)
|
| Method parameters in net.jakubholy.jeeutils.jsfelcheck.validator.results with type arguments of type ValidationResult | |
|---|---|
void |
MultipleValidationResults.addAll(Collection<ValidationResult> allResults)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||