Index

A C G I P R S 
All Classes and Interfaces|All Packages|Serialized Form

A

APPLICATION_ATTRIBUTE - Static variable in class com.aoapps.web.resources.servlet.RegistryEE.Application
The name of the application-scope attribute that contains the current application registry.

C

com.aoapps.web.resources.servlet - module com.aoapps.web.resources.servlet
 
com.aoapps.web.resources.servlet - package com.aoapps.web.resources.servlet
 
contextDestroyed(ServletContextEvent) - Method in class com.aoapps.web.resources.servlet.Initializer
 
contextInitialized(ServletContextEvent) - Method in class com.aoapps.web.resources.servlet.Initializer
 

G

get(HttpSession) - Static method in class com.aoapps.web.resources.servlet.RegistryEE.Session
Gets the session-scope web resource registry for the given session.
get(ServletContext) - Static method in class com.aoapps.web.resources.servlet.RegistryEE.Application
Gets the application-scope web resource registry for the given servlet context.
get(ServletContext, ServletRequest) - Static method in class com.aoapps.web.resources.servlet.RegistryEE.Request
Gets the request-scope web resource registry for the given servlet request.
get(ServletRequest) - Static method in class com.aoapps.web.resources.servlet.RegistryEE.Page
Gets the page-scope web resource registry for the given servlet request.

I

Initializer - Class in com.aoapps.web.resources.servlet
Initializes RegistryEE.
Initializer() - Constructor for class com.aoapps.web.resources.servlet.Initializer
 

P

PageServlet - Class in com.aoapps.web.resources.servlet
A servlet that creates a page-scope web resource registry, if not already present.
PageServlet() - Constructor for class com.aoapps.web.resources.servlet.PageServlet
 

R

RegistryEE - Class in com.aoapps.web.resources.servlet
RegistryEE.Application - Class in com.aoapps.web.resources.servlet
The application-scope web resource registries are always available.
RegistryEE.Page - Class in com.aoapps.web.resources.servlet
Page-scope web resource registries are not always available.
RegistryEE.Request - Class in com.aoapps.web.resources.servlet
The request-scope web resource registries are always available.
RegistryEE.Session - Class in com.aoapps.web.resources.servlet
The session-scope web resource registries are only available when a session has been created and is active.
REQUEST_ATTRIBUTE - Static variable in class com.aoapps.web.resources.servlet.RegistryEE.Page
The name of the request-scope attribute that contains the current page context.
REQUEST_ATTRIBUTE - Static variable in class com.aoapps.web.resources.servlet.RegistryEE.Request
The name of the request-scope attribute that contains the current request registry.
requestDestroyed(ServletRequestEvent) - Method in class com.aoapps.web.resources.servlet.Initializer
 
requestInitialized(ServletRequestEvent) - Method in class com.aoapps.web.resources.servlet.Initializer
 

S

service(ServletRequest, ServletResponse) - Method in class com.aoapps.web.resources.servlet.PageServlet
Creates the page-scope registry, if not already present, then invokes HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse).
SESSION_ATTRIBUTE - Static variable in class com.aoapps.web.resources.servlet.RegistryEE.Session
The name of the session-scope attribute that contains the current session registry.
sessionCreated(HttpSessionEvent) - Method in class com.aoapps.web.resources.servlet.Initializer
 
sessionDestroyed(HttpSessionEvent) - Method in class com.aoapps.web.resources.servlet.Initializer
 
set(ServletRequest, Registry) - Static method in class com.aoapps.web.resources.servlet.RegistryEE.Page
Sets the page-scope web resource registry in the given servlet request.
A C G I P R S 
All Classes and Interfaces|All Packages|Serialized Form