| 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 |
|---|---|
ActionBeanContextFactory |
DefaultConfiguration.getActionBeanContextFactory()
Returns the configured ActionBeanContextFactory.
|
ActionBeanContextFactory |
Configuration.getActionBeanContextFactory()
Returns an instance of an action bean context factory which will used throughout Stripes
to manufacture ActionBeanContext objects.
|
protected ActionBeanContextFactory |
RuntimeConfiguration.initActionBeanContextFactory()
Looks for a class name in config and uses that to create the component.
|
protected ActionBeanContextFactory |
DefaultConfiguration.initActionBeanContextFactory()
Allows subclasses to initialize a non-default ActionBeanContextFactory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActionBeanContextFactory
Implements an ActionBeanContextFactory that allows for instantiation of application specific
ActionBeanContext classes.
|
© Copyright 2005-2006, Stripes Development Team.