|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.designtime.internal.provisional.el.AbstractDTMethodResolver
org.eclipse.jst.jsf.designtime.internal.provisional.el.DefaultDTMethodResolver
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 implement
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultDTMethodResolver()
Method Detail |
public IMethodSymbol getMethod(IObjectSymbol base, java.lang.Object methodId)
getMethod
in class AbstractDTMethodResolver
base
- methodId
-
public ISymbol[] getMethods(IObjectSymbol base)
getMethods
in class AbstractDTMethodResolver
base
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |