org.apache.tapestry5.internal.bindings
Interface InternalPropBinding

All Superinterfaces:
AnnotationProvider, Binding
All Known Implementing Classes:
PropBinding

public interface InternalPropBinding
extends Binding

Internal marker interface for PropBinding


Method Summary
 String getPropertyName()
          Returns the name of the property, if exists.
 
Methods inherited from interface org.apache.tapestry5.Binding
get, getBindingType, isInvariant, set
 
Methods inherited from interface org.apache.tapestry5.ioc.AnnotationProvider
getAnnotation
 

Method Detail

getPropertyName

String getPropertyName()
Returns the name of the property, if exists.



Copyright © 2003-2012 The Apache Software Foundation.