Package com.aoapps.web.resources.servlet
Class RegistryEE.Request
java.lang.Object
com.aoapps.web.resources.servlet.RegistryEE.Request
- Enclosing class:
RegistryEE
The request-scope web resource registries are always available.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ScopeEE.Request.Attribute
<Registry> The name of the request-scope attribute that contains the current request registry. -
Method Summary
Modifier and TypeMethodDescriptionstatic Registry
get
(ServletContext servletContext, ServletRequest request) Gets the request-scope web resource registry for the given servlet request.
-
Field Details
-
REQUEST_ATTRIBUTE
The name of the request-scope attribute that contains the current request registry.
-
-
Method Details
-
get
Gets the request-scope web resource registry for the given servlet request.This defaults to a copy of
RegistryEE.Application.get(javax.servlet.ServletContext)
.
-