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.el
Class AbstractDTVariableResolver

java.lang.Object
  extended by 
org.eclipse.jst.jsf.designtime.el.AbstractDTVariableResolver
Direct Known Subclasses:
DefaultDTVariableResolver

public abstract class AbstractDTVariableResolver
extends java.lang.Object

Super-class of all design-time variable resolver. A design time variable resolver Clients may sub-class.


Constructor Summary
AbstractDTVariableResolver ()
           
 
Method Summary
abstract   ISymbol[] getAllVariables ( DTFacesContext facesContext, IAdaptable externalContextKey)
           
abstract   ISymbol resolveVariable ( DTFacesContext context, java.lang.String name, IAdaptable externalContextKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDTVariableResolver

public AbstractDTVariableResolver()
Method Detail

resolveVariable

public abstract 
ISymbol resolveVariable(
DTFacesContext context,
                                        java.lang.String name,
                                        IAdaptable externalContextKey)
Parameters:
context -
name -
externalContextKey - -- an adapter that identifies the external application context within which to resolve name. For example, this could be an IFile representing a JavaServer Page in which we want to resolve the symbol name
Returns:
the symbol corresponding to name in the faces context or null if not found

getAllVariables

public abstract 
ISymbol[] getAllVariables(
DTFacesContext facesContext,
                                          IAdaptable externalContextKey)
Parameters:
facesContext -
externalContextKey -
Returns:
all variables



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