| Interface | Description |
|---|---|
| ValueResolver.ValueFetcher |
| Class | Description |
|---|---|
| EscapeXml |
Handles escaping of characters that could be interpreted as XML markup.
|
| EscapeXmlELResolver |
ELResolver which escapes XML in String values. |
| EscapeXmlELResolverListener |
Registers ELResolver that escapes XML in EL expression String values.
|
| JspCompileListener |
Compiles JSPs on startup.
|
| OutTag |
Tag surrounds JSP code in which EL expressions should not be XML-escaped.
|
| ValueResolver |
Resolves a property name to a value by reading from a model object.
|
| ValueResolver.Key |
(model class, property name) combination used to find value fetchers
from cache
|
| ViewableModelELResolver |
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 |
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.
|