org.apache.myfaces.orchestra.frameworkAdapter.springBasic
Class SpringBasicFrameworkAdapterFilter
java.lang.Object
org.apache.myfaces.orchestra.frameworkAdapter.springBasic.SpringBasicFrameworkAdapterFilter
public class SpringBasicFrameworkAdapterFilter
- extends java.lang.Object
Configures the SpringBasicFrameworkAdapter.
Orchestra accesses information about the request, response, session, etc via a
FrameworkAdapter so that it can be used with multiple web tier frameworks. This
class selects and configures a version of this adapter which looks up variables
via Spring.
If filter config parameter "conversationMessagerClass" is set, then this is
passed to the SpringBasicFrameworkAdapter, meaning that this can be either a
beanname defined in the dependency-injection framework, or an absolute
classname of a type implementing ConversationMessager.
This filter access the Spring framework to lookup the bean in its
FrameworkAdapter.getBean(java.lang.String)
method
Method Summary |
void |
destroy()
|
void |
doFilter(ServletRequest req,
ServletResponse rsp,
FilterChain filterChain)
|
void |
init(FilterConfig filterConfig)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringBasicFrameworkAdapterFilter
public SpringBasicFrameworkAdapterFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest req,
ServletResponse rsp,
FilterChain filterChain)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
destroy
public void destroy()
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.