Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



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


Field Summary
static  IStructuredDocumentContextResolverFactory INSTANCE
          The global instance of the factory
 
Method Summary
  IDOMContextResolver getDOMContextResolver ( IStructuredDocumentContext context)
           
  IMetadataContextResolver getMetadataContextResolver ( IStructuredDocumentContext context)
           
  ITaglibContextResolver getTaglibContextResolver ( IStructuredDocumentContext context)
           
 org.eclipse.jst.jsf.context.resolver.structureddocument.internal.ITextRegionContextResolver getTextRegionResolver ( IStructuredDocumentContext context)
          **Non-WTP Clients: this method should not be considered API**
  IWorkspaceContextResolver getWorkspaceContextResolver ( IStructuredDocumentContext context)
           
 

Field Detail

INSTANCE

static final 
IStructuredDocumentContextResolverFactory INSTANCE
The global instance of the factory

Method Detail

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



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire