net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.jasper.variables
Interface TagJsfVariableResolver

All Known Implementing Classes:
DataTableVariableResolver

public interface TagJsfVariableResolver

Extract local JSF EL variables defined in a tag such as h:dataTable so that they are available when checking expressions in the nested tags.


Method Summary
 VariableInfo extractContextVariables(Map<String,String> attributes, AttributesValidationResult resolvedJsfExpressions)
           
 

Method Detail

extractContextVariables

VariableInfo extractContextVariables(Map<String,String> attributes,
                                     AttributesValidationResult resolvedJsfExpressions)
                                     throws DeclareTypeOfVariableException
Throws:
DeclareTypeOfVariableException


Copyright © 2011. All Rights Reserved.