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 AbstractDTMethodResolver

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

public abstract class AbstractDTMethodResolver
extends java.lang.Object

Sub-class of all design time method resolvers


Constructor Summary
AbstractDTMethodResolver ()
           
 
Method Summary
abstract   IMethodSymbol getMethod ( IObjectSymbol base, java.lang.Object methodId)
          Returns a symbol encapsulating the method on base with the name methodId
abstract   ISymbol[] getMethods ( IObjectSymbol base)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDTMethodResolver

public AbstractDTMethodResolver()
Method Detail

getMethod

public abstract 
IMethodSymbol getMethod(
IObjectSymbol base,
                                        java.lang.Object methodId)
Returns a symbol encapsulating the method on base with the name methodId

Parameters:
base -
methodId -
Returns:
the symbol for the named methodId or null if not found

getMethods

public abstract 
ISymbol[] getMethods(
IObjectSymbol base)
Parameters:
base -
Returns:
all method binding symbols for base



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