Uses of Interface
nl.openedge.baritus.population.FieldPopulator

Packages that use FieldPopulator
nl.openedge.baritus The main classes of Baritus.  
nl.openedge.baritus.population Populators for Baritus.  
 

Uses of FieldPopulator in nl.openedge.baritus
 

Methods in nl.openedge.baritus that return FieldPopulator
protected  FieldPopulator FormBeanCtrlBase.getDefaultPopulator()
          get the default field populator
 FieldPopulator PopulatorRegistry.getFieldPopulator(java.lang.String fieldName)
          get the field populator for the provided fieldName, null if none registered
 FieldPopulator PopulatorRegistry.getDefaultFieldPopulator()
          get the default field populator
 

Methods in nl.openedge.baritus with parameters of type FieldPopulator
protected  void FormBeanCtrlBase.addPopulator(java.lang.String fieldName, FieldPopulator populator)
          Register a field populator for the given fieldName.
protected  void FormBeanCtrlBase.addPopulator(java.util.regex.Pattern pattern, FieldPopulator populator)
          Register a custom populator that overrides the default population process for all request parameters that match the regular expression stored in the provided pattern.
protected  void FormBeanCtrlBase.setDefaultPopulator(FieldPopulator populator)
          set the default field populator
 void PopulatorRegistry.addPopulator(java.lang.String fieldName, FieldPopulator populator)
          Register a field populator for the given fieldName.
 void PopulatorRegistry.addPopulator(java.util.regex.Pattern pattern, FieldPopulator populator)
          Register a custom populator that overrides the default population process for all request parameters that match the regular expression stored in the provided pattern.
 void PopulatorRegistry.setDefaultFieldPopulator(FieldPopulator populator)
          set the default field populator
 

Uses of FieldPopulator in nl.openedge.baritus.population
 

Classes in nl.openedge.baritus.population that implement FieldPopulator
 class AbstractFieldPopulator
          Convenience class for populators.
 class IgnoreFieldPopulator
          Ignores the population of fields.
 class OgnlFieldPopulator
          OGNL populator for bean properties.
 



Copyright © 2003-2004 Open Edge. All Rights Reserved.