org.apache.tapestry5.spring
Class TapestrySpringFilter
java.lang.Object
org.apache.tapestry5.TapestryFilter
org.apache.tapestry5.spring.TapestrySpringFilter
- All Implemented Interfaces:
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapestrySpringFilter
public TapestrySpringFilter()
provideExtraModuleDefs
protected ModuleDef[] provideExtraModuleDefs(ServletContext context)
- Description copied from class:
TapestryFilter
- Overridden in subclasses to provide additional module definitions beyond those normally
located. This
implementation returns an empty array.
- Overrides:
provideExtraModuleDefs
in class TapestryFilter
Copyright © 2003-2012 The Apache Software Foundation.