Class AttributeExpansionBinding
- java.lang.Object
- 
- org.apache.tapestry5.ioc.BaseLocatable
- 
- org.apache.tapestry5.internal.bindings.AbstractBinding
- 
- org.apache.tapestry5.internal.services.AttributeExpansionBinding
 
 
 
- 
- All Implemented Interfaces:
- Binding,- Binding2,- AnnotationProvider,- Locatable
 
 public class AttributeExpansionBinding extends AbstractBinding Wraps aStringProvideras a read-onlyBinding.
- 
- 
Constructor SummaryConstructors Constructor Description AttributeExpansionBinding(Location location, StringProvider provider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget()Reads the current value of the property (or other resource).booleanisInvariant()Returns false.- 
Methods inherited from class org.apache.tapestry5.internal.bindings.AbstractBindinggetAnnotation, getBindingGenericType, getBindingType, set
 - 
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatablegetLocation
 
- 
 
- 
- 
- 
Constructor Detail- 
AttributeExpansionBindingpublic AttributeExpansionBinding(Location location, StringProvider provider) 
 
- 
 - 
Method Detail- 
getpublic java.lang.Object get() Description copied from interface:BindingReads the current value of the property (or other resource). When reading properties of objects that are primitive types, this will return an instance of the wrapper type. In some cases, a binding is read only and this method will throw a runtime exception.
 - 
isInvariantpublic boolean isInvariant() Returns false. Expansions reference properties that may change arbitrarily.- Specified by:
- isInvariantin interface- Binding
- Overrides:
- isInvariantin class- AbstractBinding
 
 
- 
 
-