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.designtime.symbols
Class DefaultBuiltInSymbolProvider

java.lang.Object
  extended by 
org.eclipse.jst.jsf.designtime.symbols.DefaultBuiltInSymbolProvider

public class DefaultBuiltInSymbolProvider
extends java.lang.Object

Provides the default built-in JSF symbols Clients may sub-class


Method Summary
static  DefaultBuiltInSymbolProvider getInstance ()
           
  ISymbol getSymbol (java.lang.String name, IAdaptable context, int symbolScopeMask)
           
  ISymbol[] getSymbols (IAdaptable context, int symbolScopeMask)
           
  ISymbol[] getSymbols (java.lang.String prefix, IAdaptable context, int symbolScopeMask)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static 
DefaultBuiltInSymbolProvider getInstance()
Returns:
the singleton instance

getSymbols

public 
ISymbol[] getSymbols(IAdaptable context,
                            int symbolScopeMask)
Parameters:
context -
symbolScopeMask -
Returns:
all symbols for context in scopes matching symbolScopeMask

getSymbol

public 
ISymbol getSymbol(java.lang.String name,
                         IAdaptable context,
                         int symbolScopeMask)
Parameters:
name -
context -
symbolScopeMask -
Returns:
the symbol in context matching name or null if not found

getSymbols

public 
ISymbol[] getSymbols(java.lang.String prefix,
                            IAdaptable context,
                            int symbolScopeMask)
Parameters:
prefix -
context -
symbolScopeMask -
Returns:
all implicit symbols for context starting with prefix in scopes matching symbolScopeMask



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