org.apache.tapestry5.internal
Interface InternalPropertyConduit

All Superinterfaces:
AnnotationProvider, PropertyConduit
All Known Implementing Classes:
LiteralPropertyConduit

public interface InternalPropertyConduit
extends PropertyConduit

Extension to PropertyConduit that adds a method to determine the name of the property.

Since:
5.2.0

Method Summary
 String getPropertyName()
          Returns the name of the property read or updated by the conduit or null.
 
Methods inherited from interface org.apache.tapestry5.PropertyConduit
get, getPropertyType, set
 
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationProvider
getAnnotation
 

Method Detail

getPropertyName

String getPropertyName()
Returns the name of the property read or updated by the conduit or null. If the expression points to a property on a bean (e.g. user.name) this method returns the last property in the chain. Otherwise this method returns null.

Returns:
property name or null


Copyright © 2003-2012 The Apache Software Foundation.