org.eclipse.jst.jsf.designtime.internal.provisional.el
Class DefaultDTPropertyResolver

java.lang.Object
  extended byorg.eclipse.jst.jsf.designtime.internal.provisional.el.AbstractDTPropertyResolver
      extended byorg.eclipse.jst.jsf.designtime.internal.provisional.el.DefaultDTPropertyResolver

public class DefaultDTPropertyResolver
extends AbstractDTPropertyResolver

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

DefaultDTPropertyResolver

public DefaultDTPropertyResolver()
Method Detail

getProperty

public ISymbol getProperty(ISymbol base,
                           java.lang.Object propertyId)
Returns a symbol encapsulating the property on base with the name properyId

Specified by:
getProperty in class AbstractDTPropertyResolver
Parameters:
base -
propertyId -
Returns:
the symbol for the named propertyId or null if not found

getAllProperties

public ISymbol[] getAllProperties(ISymbol base)
Specified by:
getAllProperties in class AbstractDTPropertyResolver
Parameters:
base -
Returns:
all properties of base