|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionBeanPropertyBinder | |
|---|---|
| net.sourceforge.stripes.config | This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. |
| net.sourceforge.stripes.controller | This package contains classes which form the core internals of Stripes. |
| Uses of ActionBeanPropertyBinder in net.sourceforge.stripes.config |
|---|
| Methods in net.sourceforge.stripes.config that return ActionBeanPropertyBinder | |
|---|---|
ActionBeanPropertyBinder |
Configuration.getActionBeanPropertyBinder()
Returns an instance of ActionBeanPropertyBinder that is responsible for binding all properties to all ActionBeans at runtime. |
ActionBeanPropertyBinder |
DefaultConfiguration.getActionBeanPropertyBinder()
Returns an instance of DefaultActionBeanPropertyBinder unless a subclass has
overridden the default. |
protected ActionBeanPropertyBinder |
DefaultConfiguration.initActionBeanPropertyBinder()
Allows subclasses to initialize a non-default ActionBeanPropertyBinder. |
protected ActionBeanPropertyBinder |
RuntimeConfiguration.initActionBeanPropertyBinder()
Looks for a class name in config and uses that to create the component. |
| Uses of ActionBeanPropertyBinder in net.sourceforge.stripes.controller |
|---|
| Classes in net.sourceforge.stripes.controller that implement ActionBeanPropertyBinder | |
|---|---|
class |
DefaultActionBeanPropertyBinder
Implementation of the ActionBeanPropertyBinder interface that uses Stripes' built in property expression support to perform JavaBean property binding. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||