Uses of Class
net.sourceforge.stripes.tag.DefaultPopulationStrategy

Packages that use DefaultPopulationStrategy
net.sourceforge.stripes.tag Contains implementation classes for all the Stripes custom tags and interfaces for overriding the strategy used to (re-)populate tag values and rendering tags in case of validation errors. 
 

Uses of DefaultPopulationStrategy in net.sourceforge.stripes.tag
 

Subclasses of DefaultPopulationStrategy in net.sourceforge.stripes.tag
 class BeanFirstPopulationStrategy
          An alternative tag population strategy that will normally prefer the value from the ActionBean over values from the request - even when the ActionBean returns null! Only if the ActionBean is not present, or does not define an attribute with the name supplied to the tag will other population sources be examined.
 



? Copyright 2005-2006, Stripes Development Team.