com.taggercat.el
Interface ELPropertyResolver


public interface ELPropertyResolver

The resolver interface for the ELParser.


Method Summary
 java.lang.Object resolveProperty(java.lang.String name, ELContext elContext)
          Resolves the expression property to its value.
 

Method Detail

resolveProperty

java.lang.Object resolveProperty(java.lang.String name,
                                 ELContext elContext)
                                 throws java.lang.IllegalArgumentException
Resolves the expression property to its value.

Parameters:
name -
elContext - the current EL Context object
Returns:
the resolved property, or null if not found
Throws:
java.lang.IllegalArgumentException