|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.designtime.el.AbstractDTMethodResolver
public abstract class AbstractDTMethodResolver
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 |
---|
public AbstractDTMethodResolver()
Method Detail |
---|
public abstract IMethodSymbol getMethod(IObjectSymbol base, java.lang.Object methodId)
base
- methodId
-
public abstract ISymbol[] getMethods(IObjectSymbol base)
base
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |