net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper
Class CollectedValidationResultsImpl

java.lang.Object
  extended by net.jakubholy.jeeutils.jsfelcheck.validator.results.ValidationResult
      extended by net.jakubholy.jeeutils.jsfelcheck.validator.results.MultipleValidationResults
          extended by net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper.CollectedValidationResultsImpl
All Implemented Interfaces:
Iterable<ValidationResult>, CollectedValidationResults

public class CollectedValidationResultsImpl
extends MultipleValidationResults
implements CollectedValidationResults

Collected results of validation of one of more pages.


Constructor Summary
CollectedValidationResultsImpl()
           
 
Method Summary
 void addAllFromTagLineNr(int currentTagLineNumber, Collection<ValidationResult> allResults)
           
 Collection<DeclareTypeOfVariableException> getVariablesNeedingTypeDeclaration()
           
protected  void postAddSingleResult(ValidationResult singleResult)
           
 void reportContextVariableNeedingTypeDeclaration(DeclareTypeOfVariableException e)
           
 void setCurrentJspFile(String jspFile)
           
 String toString()
           
 
Methods inherited from class net.jakubholy.jeeutils.jsfelcheck.validator.results.MultipleValidationResults
add, add, addAll, excluded, failures, getResultsSummary, goodResults, hasErrors, iterator
 
Methods inherited from class net.jakubholy.jeeutils.jsfelcheck.validator.results.ValidationResult
getExpressionDescriptor, setExpressionDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.jakubholy.jeeutils.jsfelcheck.CollectedValidationResults
excluded, failures, goodResults, hasErrors
 

Constructor Detail

CollectedValidationResultsImpl

public CollectedValidationResultsImpl()
Method Detail

postAddSingleResult

protected void postAddSingleResult(ValidationResult singleResult)
Overrides:
postAddSingleResult in class MultipleValidationResults

addAllFromTagLineNr

public void addAllFromTagLineNr(int currentTagLineNumber,
                                Collection<ValidationResult> allResults)

reportContextVariableNeedingTypeDeclaration

public void reportContextVariableNeedingTypeDeclaration(DeclareTypeOfVariableException e)

getVariablesNeedingTypeDeclaration

public Collection<DeclareTypeOfVariableException> getVariablesNeedingTypeDeclaration()
Specified by:
getVariablesNeedingTypeDeclaration in interface CollectedValidationResults

setCurrentJspFile

public void setCurrentJspFile(String jspFile)

toString

public String toString()
Overrides:
toString in class MultipleValidationResults


Copyright © 2011. All Rights Reserved.