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 DefaultDTPropertyResolver

java.lang.Object
  extended by 

org.eclipse.jst.jsf.designtime.el.AbstractDTPropertyResolver
      extended by 
org.eclipse.jst.jsf.designtime.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, int offset)
           
  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
equals, 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

getProperty

public 
ISymbol getProperty(
ISymbol base,
                           int offset)
Specified by:
getProperty in class AbstractDTPropertyResolver
Returns:
the symbol for the property referred to by the offset into base when it is treated as either an array or a list. The symbol returned is *not* found in the getAllProperties list.



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