org.eclipse.jst.jsf.context.resolver.structureddocument
Interface IStructuredDocumentContextResolverFactory
-
public interface IStructuredDocumentContextResolverFactory
A factory for creating context resolvers that work with structured
document contexts
This factory may be used but not implemented or extended by clients.
TODO:
Note that getTextRegionResolver() will be moved to to an internal factory
interface and should not be considered part of the provisional API
INSTANCE
static final
IStructuredDocumentContextResolverFactory INSTANCE
- The global instance of the factory
getDOMContextResolver
IDOMContextResolver getDOMContextResolver(
IStructuredDocumentContext context)
-
-
Parameters:
-
context
-
-
Returns:
- a resolver capable of resolving information in context or null
if one cannot be created.
getTextRegionResolver
org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ITextRegionContextResolver getTextRegionResolver(
IStructuredDocumentContext context)
- **Non-WTP Clients: this method should not be considered API**
-
-
Parameters:
-
context
-
-
Returns:
- a resolver capable of resolving information in the context or
null if one cannot be created
getWorkspaceContextResolver
IWorkspaceContextResolver getWorkspaceContextResolver(
IStructuredDocumentContext context)
-
-
Parameters:
-
context
-
-
Returns:
- a resolver capable of resolving information in the context or
null if one cannot be created
getTaglibContextResolver
ITaglibContextResolver getTaglibContextResolver(
IStructuredDocumentContext context)
-
-
Parameters:
-
context
-
-
Returns:
- a resolver capable of resolving information in the context
or null one cannot be created
getMetadataContextResolver
IMetadataContextResolver getMetadataContextResolver(
IStructuredDocumentContext context)
-
-
Parameters:
-
context
-
-
Returns:
- a resolver capable of resolving information in the context
or null if one cannot be created