- ValueResolver - Class in com.github.pukkaone.jsp
-
Resolves a property name to a value by reading from a model object.
- ValueResolver(Object) - Constructor for class com.github.pukkaone.jsp.ValueResolver
-
Constructor
- ValueResolver.Key - Class in com.github.pukkaone.jsp
-
(model class, property name) combination used to find value fetchers
from cache
- ValueResolver.Key(Class<?>, String) - Constructor for class com.github.pukkaone.jsp.ValueResolver.Key
-
- ValueResolver.ValueFetcher - Interface in com.github.pukkaone.jsp
-
- ViewableModelELResolver - Class in com.github.pukkaone.jsp
-
ELResolver that attempts to resolve a name to a property of the
request attribute named "it", which Jersey set to the model of a Viewable..
- ViewableModelELResolver() - Constructor for class com.github.pukkaone.jsp.ViewableModelELResolver
-
- ViewableModelELResolverListener - Class in com.github.pukkaone.jsp
-
Registers ELResolver that attempts to resolve a name to a property of the
request attribute named "it", which Jersey set to the model of a Viewable.
- ViewableModelELResolverListener() - Constructor for class com.github.pukkaone.jsp.ViewableModelELResolverListener
-