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