Uses of Class
org.slim3.container.Binding

Packages that use Binding
org.slim3.container This package provides Slim3 container. 
 

Uses of Binding in org.slim3.container
 

Fields in org.slim3.container with type parameters of type Binding
protected  ArrayMap<String,Binding> BeanMeta.bindings
          The binding collection.
 

Methods in org.slim3.container that return Binding
 Binding BeanMeta.getBinding(int index)
          Returns the binding for the index.
 Binding BeanMeta.getBinding(String propertyName)
          Returns the binding for the property name.
 

Methods in org.slim3.container with parameters of type Binding
 void BeanMeta.addBinding(String propertyName, Binding binding)
          Adds the binding.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.