Package org.apache.cayenne.configuration.web
-
Interface Summary Interface Description RequestHandler A service invoked byCayenneFilterthat provides a callback mechanism to bind appropriate ObjectContext to the request thread, handle transactions, etc. -
Class Summary Class Description CayenneFilter A filter that creates a Cayenne server runtime, possibly including custom modules.SessionContextRequestHandler Default implementation of theRequestHandlerthat stores per-userObjectContextin a web session and binds it to request thread.StatelessContextRequestHandler Stateless implementation ofRequestHandlerthat creates a newObjectContextfor each request and binds it to the request thread.WebConfiguration A class that provides access to common Cayenne web configuration parameters retrieved either from a FilterConfig or a ServletConfig configuration.WebModule WebServerModuleProvider WebUtil A helper class to retrieve and storeCayenneRuntimein theServletContext.