Uses of Interface
net.sourceforge.stripes.controller.ActionBeanContextFactory

Packages that use ActionBeanContextFactory
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 ActionBeanContextFactory in net.sourceforge.stripes.config
 

Methods in net.sourceforge.stripes.config that return ActionBeanContextFactory
 ActionBeanContextFactory Configuration.getActionBeanContextFactory()
          Returns an instance of an action bean context factory which will used throughout Stripes to manufacture ActionBeanContext objects.
 ActionBeanContextFactory DefaultConfiguration.getActionBeanContextFactory()
          Returns the configured ActionBeanContextFactory.
protected  ActionBeanContextFactory DefaultConfiguration.initActionBeanContextFactory()
          Allows subclasses to initialize a non-default ActionBeanContextFactory.
protected  ActionBeanContextFactory RuntimeConfiguration.initActionBeanContextFactory()
          Looks for a class name in config and uses that to create the component.
 

Uses of ActionBeanContextFactory in net.sourceforge.stripes.controller
 

Classes in net.sourceforge.stripes.controller that implement ActionBeanContextFactory
 class DefaultActionBeanContextFactory
          Implements an ActionBeanContextFactory that allows for instantiation of application specific ActionBeanContext classes.
 



? Copyright 2005-2006, Stripes Development Team.