Uses of Class
net.sourceforge.stripes.action.StrictBinding

Packages that use StrictBinding
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
 

Uses of StrictBinding in net.sourceforge.stripes.controller
 

Classes in net.sourceforge.stripes.controller with annotations of type StrictBinding
 class BindingPolicyManager
          Manages the policies observed by DefaultActionBeanPropertyBinder when binding properties to an ActionBean.
 

Methods in net.sourceforge.stripes.controller that return StrictBinding
protected  StrictBinding BindingPolicyManager.getAnnotation(Class<?> beanType)
          Get the StrictBinding annotation for a class, checking all its superclasses if necessary.
 



? Copyright 2005-2006, Stripes Development Team.