public interface ActionBeanContextFactory extends ConfigurableComponent
| Modifier and Type | Method and Description |
|---|---|
ActionBeanContext |
getContextInstance(HttpServletRequest request,
HttpServletResponse response)
Creates and returns a new instance of ActionBeanContext or a subclass.
|
initActionBeanContext getContextInstance(HttpServletRequest request, HttpServletResponse response) throws ServletException
request - the current HttpServletRequestresponse - the current HttpServletResponseServletException - if the ActionBeanContext class configured cannot be instantiated© Copyright 2005-2006, Stripes Development Team.