public interface PersistenceFilter
extends javax.servlet.Filter
public class MyModule extends ServletModule {
public void configure() {
// other bindings
filter("/*").through(PersistenceFilter.class);
}
}
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.