org.apache.tapestry5.spring
Class TapestrySpringFilter

java.lang.Object
  extended by org.apache.tapestry5.TapestryFilter
      extended by org.apache.tapestry5.spring.TapestrySpringFilter
All Implemented Interfaces:
javax.servlet.Filter

public class TapestrySpringFilter
extends TapestryFilter

Add logic to setup for Spring integration at startup. In 5.1, this means creating a Spring ApplicationContext, and wiring parts of it to resolve Tapestry objects. In compatibility mode, this means locating the externally configuration context and exposing each bean in it as a Tapestry IoC service.


Field Summary
 
Fields inherited from class org.apache.tapestry5.TapestryFilter
REGISTRY_CONTEXT_NAME
 
Constructor Summary
TapestrySpringFilter()
           
 
Method Summary
protected  ModuleDef[] provideExtraModuleDefs(javax.servlet.ServletContext context)
           
 
Methods inherited from class org.apache.tapestry5.TapestryFilter
destroy, destroy, doFilter, getFilterConfig, init, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapestrySpringFilter

public TapestrySpringFilter()
Method Detail

provideExtraModuleDefs

protected ModuleDef[] provideExtraModuleDefs(javax.servlet.ServletContext context)
Overrides:
provideExtraModuleDefs in class TapestryFilter


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.