Interface InternalPropBinding
- 
- All Superinterfaces:
- AnnotationProvider,- Binding,- Binding2
 - All Known Implementing Classes:
- PropBinding
 
 public interface InternalPropBinding extends Binding2 Internal marker interface for PropBinding
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropertyName()Returns the name of the property, if exists.- 
Methods inherited from interface org.apache.tapestry5.commons.AnnotationProvidergetAnnotation
 - 
Methods inherited from interface org.apache.tapestry5.Bindingget, getBindingType, isInvariant, set
 - 
Methods inherited from interface org.apache.tapestry5.Binding2getBindingGenericType
 
- 
 
- 
- 
- 
Method Detail- 
getPropertyNameString getPropertyName() Returns the name of the property, if exists.
 
- 
 
-