net.sourceforge.stripes.tag
Interface PopulationStrategy
- All Superinterfaces:
- ConfigurableComponent
- All Known Implementing Classes:
- BeanFirstPopulationStrategy, DefaultPopulationStrategy
public interface PopulationStrategy
- extends ConfigurableComponent
Interface that implements the logic to determine how to populate/repopulate an input tag.
Generally, population strategies will need to determine whether to pull the tag's value from
the current request's parameters, from an ActionBean (if one is present), or from a value
provided for the tag on the JSP.
- Author:
- Tim Fennell
getValue
Object getValue(InputTagSupport tag)
throws StripesJspException
- Throws:
StripesJspException
? Copyright 2005-2006, Stripes Development Team.