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