C G I P R S W

C

com.javaforge.tapestry.prop - package com.javaforge.tapestry.prop
 
constructClass(Class, String) - Method in interface com.javaforge.tapestry.prop.PropertyAccessorClassFactory
Constructs the class.
constructClass(Class, String) - Method in class com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl
 
createBinding(IComponent, String, String, Location) - Method in class com.javaforge.tapestry.prop.PropertyAccessorBindingFactory
 

G

getAccessor(Object, String) - Method in interface com.javaforge.tapestry.prop.PropertyAccessorSource
Provides a new instance of PropertyAccessor for a particular object and property name.
getAccessor(Object, String) - Method in class com.javaforge.tapestry.prop.PropertyAccessorSourceImpl
 
getComponent() - Method in class com.javaforge.tapestry.prop.PropertyAccessorBinding
 
getObject() - Method in class com.javaforge.tapestry.prop.PropertyAccessorBinding
 

I

isInvariant() - Method in class com.javaforge.tapestry.prop.PropertyAccessorBinding
Like OGNL, these are not invariant; they may change at any time.

P

PropertyAccessor - Interface in com.javaforge.tapestry.prop
Interface that defines direct access to a particular property of a particular instance.
PropertyAccessorBinding - Class in com.javaforge.tapestry.prop
A type of IBinding instance built around an object, and a PropertyAccessor that accesses a specific property of that object.
PropertyAccessorBinding(String, ValueConverter, Location, Object, PropertyAccessor) - Constructor for class com.javaforge.tapestry.prop.PropertyAccessorBinding
 
PropertyAccessorBindingFactory - Class in com.javaforge.tapestry.prop
Implementation of service tapestry.prop.PropertyAccessorBindingFactory, a binding factory that creates PropertyAccessorBindings.
PropertyAccessorBindingFactory() - Constructor for class com.javaforge.tapestry.prop.PropertyAccessorBindingFactory
 
PropertyAccessorClassFactory - Interface in com.javaforge.tapestry.prop
Service interface used by the implementation of PropertyAccessorSource to build classes that implement PropertyAccessor.
PropertyAccessorClassFactoryImpl - Class in com.javaforge.tapestry.prop
Implementation of service tapestry.prop.PropertyAccessorClassFactory.
PropertyAccessorClassFactoryImpl() - Constructor for class com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl
 
PropertyAccessorSource - Interface in com.javaforge.tapestry.prop
A factory that creates PropertyAccessor instances for a given object and property path.
PropertyAccessorSourceImpl - Class in com.javaforge.tapestry.prop
Implementation of the tapestry.prop.PropertyAccessorSource service, used to create and cache PropertyAccessor instances.
PropertyAccessorSourceImpl() - Constructor for class com.javaforge.tapestry.prop.PropertyAccessorSourceImpl
 

R

readProperty() - Method in interface com.javaforge.tapestry.prop.PropertyAccessor
Reads the property.
reportStatus(ReportStatusEvent) - Method in class com.javaforge.tapestry.prop.PropertyAccessorSourceImpl
 
resetEventDidOccur() - Method in class com.javaforge.tapestry.prop.PropertyAccessorSourceImpl
 

S

setAccessorClassFactory(PropertyAccessorClassFactory) - Method in class com.javaforge.tapestry.prop.PropertyAccessorSourceImpl
For injection.
setClassFactory(ClassFactory) - Method in class com.javaforge.tapestry.prop.PropertyAccessorClassFactoryImpl
 
setObject(Object) - Method in class com.javaforge.tapestry.prop.PropertyAccessorBinding
 
setServiceId(String) - Method in class com.javaforge.tapestry.prop.PropertyAccessorSourceImpl
For injection.
setSource(PropertyAccessorSource) - Method in class com.javaforge.tapestry.prop.PropertyAccessorBindingFactory
 

W

writeProperty(Object) - Method in interface com.javaforge.tapestry.prop.PropertyAccessor
Updates the property to a new value

C G I P R S W

Copyright © 2005-2007 Howard M. Lewis Ship. All Rights Reserved.