Uses of Class
ognl.DynamicSubscript

Packages that use DynamicSubscript
ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of DynamicSubscript in ognl
 

Fields in ognl declared as DynamicSubscript
static DynamicSubscript DynamicSubscript.all
           
static DynamicSubscript DynamicSubscript.first
           
static DynamicSubscript DynamicSubscript.last
           
static DynamicSubscript DynamicSubscript.mid
           
 


OGNL Project Page