|
|||||||||||
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.AbstractDTPropertyResolver
org.eclipse.jst.jsf.designtime.internal.provisional.el.DefaultDTPropertyResolver
A design time proxy for the runtime PropertyResolver. This is used to resolve all but the first element of a var.prop.prop2 type of sub-expression in a JSF EL expression. @see DefaultDTVariableResolver for how to resolve 'var' at designtime Clients may implement
Constructor Summary | |
DefaultDTPropertyResolver()
|
Method Summary | |
ISymbol[] |
getAllProperties(ISymbol base)
|
ISymbol |
getProperty(ISymbol base,
java.lang.Object propertyId)
Returns a symbol encapsulating the property on base with the name properyId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultDTPropertyResolver()
Method Detail |
public ISymbol getProperty(ISymbol base, java.lang.Object propertyId)
getProperty
in class AbstractDTPropertyResolver
base
- propertyId
-
public ISymbol[] getAllProperties(ISymbol base)
getAllProperties
in class AbstractDTPropertyResolver
base
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |