Resolver Type
|
Purpose
|
ITaglibContextResolver |
Resolves taglib information for the current context such
as retrieving the tag library information for the current tag. |
IWorkspaceContextResolver |
Resolves workspace information for the current document
context such as IFile and IProject. |
IDOMContextResolver |
Resolves DOM information for the current context such as
current element and attribute. |
IMetadataContextResolver |
Resolves meta-data framework information for a given
context. For example, if the current
context resolves to an XML attribute, retrieves meta-data associate with that
attribute/element/uri. |
ISymbolContextResolver |
Determines what symbols are available or valid within the
current context. For example, if
context is an EL expression, what bean names are available? |