C D G I M O R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CayenneFilter - Class in org.apache.cayenne.configuration.web
-
A filter that creates a Cayenne server runtime, possibly including custom modules.
- CayenneFilter() - Constructor for class org.apache.cayenne.configuration.web.CayenneFilter
- checkAlreadyConfigured(ServletContext) - Method in class org.apache.cayenne.configuration.web.CayenneFilter
- configure(Binder) - Method in class org.apache.cayenne.configuration.web.WebModule
- createModules(Module...) - Method in class org.apache.cayenne.configuration.web.WebConfiguration
-
Creates and returns a collection of modules made of provided standard modules and extra custom modules specified via an optional "extra-modules" init parameter.
D
- destroy() - Method in class org.apache.cayenne.configuration.web.CayenneFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.cayenne.configuration.web.CayenneFilter
G
- getAdditionalModules() - Method in class org.apache.cayenne.configuration.web.CayenneFilter
-
Subclasses may override this to specify additional modules that should be included when creating the CayenneRuntime (in addition to those specified in the web.xml file).
- getCayenneRuntime(ServletContext) - Static method in class org.apache.cayenne.configuration.web.WebUtil
-
Retrieves CayenneRuntime previously stored in provided context via
WebUtil.setCayenneRuntime(ServletContext, CayenneRuntime). - getConfigurationLocation() - Method in class org.apache.cayenne.configuration.web.WebConfiguration
-
Returns a non-null location of an XML Cayenne configuration, extracted from the filter or servlet configuration parameters.
- getDataDomainName() - Method in class org.apache.cayenne.configuration.web.WebConfiguration
-
If you are using multiple configuration files (cayenne-*.xml) this allows you to specify a name for the data domain other than the default name "cayenne" (see
ServerRuntimeBuilder). - getOtherParameters() - Method in class org.apache.cayenne.configuration.web.WebConfiguration
-
Returns servlet or filter init parameters, excluding those recognized by WebConfiguration.
- getParameters() - Method in class org.apache.cayenne.configuration.web.WebConfiguration
-
Returns a map of all init parameters from the underlying FilterConfig or ServletConfig object.
I
- init(FilterConfig) - Method in class org.apache.cayenne.configuration.web.CayenneFilter
M
- module() - Method in class org.apache.cayenne.configuration.web.WebServerModuleProvider
- moduleType() - Method in class org.apache.cayenne.configuration.web.WebServerModuleProvider
O
- org.apache.cayenne.configuration.web - package org.apache.cayenne.configuration.web
- overrides() - Method in class org.apache.cayenne.configuration.web.WebServerModuleProvider
R
- requestEnd(ServletRequest, ServletResponse) - Method in interface org.apache.cayenne.configuration.web.RequestHandler
- requestEnd(ServletRequest, ServletResponse) - Method in class org.apache.cayenne.configuration.web.SessionContextRequestHandler
- requestEnd(ServletRequest, ServletResponse) - Method in class org.apache.cayenne.configuration.web.StatelessContextRequestHandler
- RequestHandler - Interface in org.apache.cayenne.configuration.web
-
A service invoked by
CayenneFilterthat provides a callback mechanism to bind appropriate ObjectContext to the request thread, handle transactions, etc. - requestStart(ServletRequest, ServletResponse) - Method in interface org.apache.cayenne.configuration.web.RequestHandler
- requestStart(ServletRequest, ServletResponse) - Method in class org.apache.cayenne.configuration.web.SessionContextRequestHandler
- requestStart(ServletRequest, ServletResponse) - Method in class org.apache.cayenne.configuration.web.StatelessContextRequestHandler
S
- servletContext - Variable in class org.apache.cayenne.configuration.web.CayenneFilter
- SessionContextRequestHandler - Class in org.apache.cayenne.configuration.web
-
Default implementation of the
RequestHandlerthat stores per-userObjectContextin a web session and binds it to request thread. - SessionContextRequestHandler() - Constructor for class org.apache.cayenne.configuration.web.SessionContextRequestHandler
- setCayenneRuntime(ServletContext, CayenneRuntime) - Static method in class org.apache.cayenne.configuration.web.WebUtil
-
Stores
CayenneRuntimein the servlet context. - StatelessContextRequestHandler - Class in org.apache.cayenne.configuration.web
-
Stateless implementation of
RequestHandlerthat creates a newObjectContextfor each request and binds it to the request thread. - StatelessContextRequestHandler() - Constructor for class org.apache.cayenne.configuration.web.StatelessContextRequestHandler
W
- WebConfiguration - Class in org.apache.cayenne.configuration.web
-
A class that provides access to common Cayenne web configuration parameters retrieved either from a FilterConfig or a ServletConfig configuration.
- WebConfiguration(FilterConfig) - Constructor for class org.apache.cayenne.configuration.web.WebConfiguration
- WebConfiguration(ServletConfig) - Constructor for class org.apache.cayenne.configuration.web.WebConfiguration
- WebModule - Class in org.apache.cayenne.configuration.web
- WebModule() - Constructor for class org.apache.cayenne.configuration.web.WebModule
- WebServerModuleProvider - Class in org.apache.cayenne.configuration.web
- WebServerModuleProvider() - Constructor for class org.apache.cayenne.configuration.web.WebServerModuleProvider
- WebUtil - Class in org.apache.cayenne.configuration.web
-
A helper class to retrieve and store
CayenneRuntimein theServletContext. - WebUtil() - Constructor for class org.apache.cayenne.configuration.web.WebUtil
All Classes All Packages