|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.javaforge.tapestry.prop.PropertyAccessorSourceImpl
public class PropertyAccessorSourceImpl
Implementation of the tapestry.prop.PropertyAccessorSource service, used to create and cache
PropertyAccessor instances.
| Constructor Summary | |
|---|---|
PropertyAccessorSourceImpl()
|
|
| Method Summary | |
|---|---|
PropertyAccessor |
getAccessor(Object object,
String propertyPath)
Provides a new instance of PropertyAccessor for a particular object and property name. |
void |
reportStatus(org.apache.tapestry.event.ReportStatusEvent event)
|
void |
resetEventDidOccur()
|
void |
setAccessorClassFactory(PropertyAccessorClassFactory accessorClassFactory)
For injection. |
void |
setServiceId(String serviceId)
For injection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyAccessorSourceImpl()
| Method Detail |
|---|
public PropertyAccessor getAccessor(Object object,
String propertyPath)
PropertyAccessorSource
getAccessor in interface PropertyAccessorSourceobject - the object for which a PropertyAccessor should be found or createdpropertyPath - the name of a property, or a dotted sequence of property names
PropertyAccessor that provides access to the property of the
objectpublic void resetEventDidOccur()
resetEventDidOccur in interface org.apache.tapestry.event.ResetEventListenerpublic void reportStatus(org.apache.tapestry.event.ReportStatusEvent event)
reportStatus in interface org.apache.tapestry.event.ReportStatusListenerpublic void setServiceId(String serviceId)
public void setAccessorClassFactory(PropertyAccessorClassFactory accessorClassFactory)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||