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 DefaultDTMethodResolver

java.lang.Object
  extended by 

org.eclipse.jst.jsf.designtime.el.AbstractDTMethodResolver
      extended by 
org.eclipse.jst.jsf.designtime.el.DefaultDTMethodResolver

public class DefaultDTMethodResolver
extends AbstractDTMethodResolver

This resolver has no direct analogue at runtime. JSF Components implement method bindings at runtime in a runtime specific way. But at design time we have no direct DTComponent so instead we use this resolver to resolve an IInstanceSymbol and method name to an IMethodSymbol (if one exists). Clients may sub-class


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

Constructor Detail

DefaultDTMethodResolver

public DefaultDTMethodResolver()
Method Detail

getMethod

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

Specified by:
getMethod in class AbstractDTMethodResolver
Parameters:
base -
methodId -
Returns:
the symbol for the named methodId or null if not found

getMethods

public 
ISymbol[] getMethods(
IObjectSymbol base)
Specified by:
getMethods in class AbstractDTMethodResolver
Returns:
all method binding symbols for base



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