Interface InternalPropertyConduit
- 
- All Superinterfaces:
- AnnotationProvider,- PropertyConduit,- PropertyConduit2
 - All Known Implementing Classes:
- LiteralPropertyConduit
 
 public interface InternalPropertyConduit extends PropertyConduit2 Extension toPropertyConduit2that adds a method to determine the name of the property.- Since:
- 5.2.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPropertyName()Returns the name of the property read or updated by the conduit or null.- 
Methods inherited from interface org.apache.tapestry5.commons.AnnotationProvidergetAnnotation
 - 
Methods inherited from interface org.apache.tapestry5.beanmodel.PropertyConduitget, getPropertyType, set
 - 
Methods inherited from interface org.apache.tapestry5.beanmodel.PropertyConduit2getPropertyGenericType
 
- 
 
- 
- 
- 
Method Detail- 
getPropertyNamejava.lang.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 returnsnull.- Returns:
- property name or null
 
 
- 
 
-