Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultActionBeanPropertyBinder
Implementation of the ActionBeanPropertyBinder interface that uses Stripes' built in property
expression support to perform JavaBean property binding.
|
? Copyright 2005-2006, Stripes Development Team.