net.jakubholy.jeeutils.jsfelcheck.validator
Interface ElVariableResolver

All Known Implementing Classes:
ContextVariableRegistry

public interface ElVariableResolver


Method Summary
 Class<?> resolveVariable(String name)
          Return the Class for the given (likely context-local) JSF EL variable or null if it cannot be resolved (is unknown).
 

Method Detail

resolveVariable

Class<?> resolveVariable(String name)
Return the Class for the given (likely context-local) JSF EL variable or null if it cannot be resolved (is unknown).



Copyright © 2011. All Rights Reserved.