A B C D G H I L M N O R S W

A

AUTHENTICATION_SESSION_LOOKUP_STRATEGY_DEFAULT - Static variable in class org.nakedobjects.webapp.NakedObjectsSessionFilter
Default value for NakedObjectsSessionFilter.AUTHENTICATION_SESSION_LOOKUP_STRATEGY_KEY if not specified.
AUTHENTICATION_SESSION_LOOKUP_STRATEGY_KEY - Static variable in class org.nakedobjects.webapp.NakedObjectsSessionFilter
Init parameter key to lookup implementation of AuthenticationSessionLookupStrategy.
AuthenticationSessionLookupStrategy - Interface in org.nakedobjects.webapp.auth
Decouples the NakedObjectsSessionFilter from the mechanism of obtaining the AuthenticationSession.
AuthenticationSessionLookupStrategyAbstract - Class in org.nakedobjects.webapp.auth
 
AuthenticationSessionLookupStrategyAbstract() - Constructor for class org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategyAbstract
 
AuthenticationSessionLookupStrategyDefault - Class in org.nakedobjects.webapp.auth
Looks up from the HttpSession, failing that attempts to logon using a LogonFixture (if available and not already used) or in exploration mode.
AuthenticationSessionLookupStrategyDefault() - Constructor for class org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategyDefault
 

B

bind(ServletRequest, ServletResponse, AuthenticationSession) - Method in interface org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategy
 
bind(ServletRequest, ServletResponse, AuthenticationSession) - Method in class org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategyDefault
 

C

ConfigurationBuilderServletContext - Class in org.nakedobjects.webapp
Convenience implementation of ConfigurationBuilder that loads configuration resource from a specified directory on the filesystem.
ConfigurationBuilderServletContext(ServletContext) - Constructor for class org.nakedobjects.webapp.ConfigurationBuilderServletContext
 
contextDestroyed(ServletContextEvent) - Method in class org.nakedobjects.webapp.NakedObjectsWebAppBootstrapper
 
contextInitialized(ServletContextEvent) - Method in class org.nakedobjects.webapp.NakedObjectsWebAppBootstrapper
 

D

DEFAULT_WEBINF_DIRECTORY - Static variable in class org.nakedobjects.webapp.ResourceStreamSourceServletContext
 
DEPLOYMENT_TYPE_DEFAULT - Static variable in class org.nakedobjects.webapp.WebAppConstants
Deployment type to use if there is none specified.
DEPLOYMENT_TYPE_KEY - Static variable in class org.nakedobjects.webapp.WebAppConstants
Name of context-param (ServletContext#getInitParameter(String)) to specify the deployment type.
destroy() - Method in class org.nakedobjects.webapp.NakedObjectsSessionFilter
 
destroy() - Method in class org.nakedobjects.webapp.StaticContentFilter
Destroy all humans!
doCreateViewer() - Method in class org.nakedobjects.webapp.monitor.WebServerMonitorInstaller
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nakedobjects.webapp.NakedObjectsSessionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nakedobjects.webapp.StaticContentFilter
Do filter.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.nakedobjects.webapp.monitor.MonitorServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.nakedobjects.webapp.servlets.ResourceServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.nakedobjects.webapp.servlets.ResourceServlet
 
doReadResource(String) - Method in class org.nakedobjects.webapp.ResourceStreamSourceServletContext
 

G

getHttpSession(ServletRequest) - Method in class org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategyAbstract
 
getName() - Method in class org.nakedobjects.webapp.ResourceStreamSourceServletContext
 
getServletContext(ServletRequest) - Method in class org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategyAbstract
 
getSystemBoundTo(ServletContext) - Static method in class org.nakedobjects.webapp.NakedObjectsWebAppBootstrapper
Convenience for servlets that need to obtain the NakedObjectsSystem.

H

HTTP_SESSION_AUTHENTICATION_SESSION_KEY - Static variable in class org.nakedobjects.webapp.WebAppConstants
Key under which the AuthenticationSession is bound as a session attribute (HttpSession#getAttribute(String)).
HTTP_SESSION_LOGGED_ON_PREVIOUSLY_USING_LOGON_FIXTURE_KEY - Static variable in class org.nakedobjects.webapp.WebAppConstants
Key used to determine if a logon has already been performed implicitly using the LogonFixture, meaning that a Logout should be followed by the Logon page.

I

init(ServletConfig) - Method in class org.nakedobjects.webapp.monitor.MonitorServlet
 
init(FilterConfig) - Method in class org.nakedobjects.webapp.NakedObjectsSessionFilter
 
init(FilterConfig) - Method in class org.nakedobjects.webapp.StaticContentFilter
Initializes the Servlet filter with the cache time and sets up the unchanging headers.

L

LOGON_PAGE_KEY - Static variable in class org.nakedobjects.webapp.NakedObjectsSessionFilter
Init parameter key for (typically, a logon) page to redirect to if the AuthenticationSession cannot be found or is invalid.
lookup(ServletRequest, ServletResponse) - Method in interface org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategy
 
lookup(ServletRequest, ServletResponse) - Method in class org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategyDefault
 

M

MonitorServlet - Class in org.nakedobjects.webapp.monitor
 
MonitorServlet() - Constructor for class org.nakedobjects.webapp.monitor.MonitorServlet
 

N

NAKED_OBJECTS_SYSTEM_KEY - Static variable in class org.nakedobjects.webapp.WebAppConstants
Key under which the NakedObjectsSystem is bound as an servlet context attribute (ServletContext#getAttribute(String)).
NakedObjectsSessionFilter - Class in org.nakedobjects.webapp
 
NakedObjectsSessionFilter() - Constructor for class org.nakedobjects.webapp.NakedObjectsSessionFilter
 
NakedObjectsWebAppBootstrapper - Class in org.nakedobjects.webapp
Initialize the NakedObjectsSystem when the web application starts, and destroys it when it ends.
NakedObjectsWebAppBootstrapper() - Constructor for class org.nakedobjects.webapp.NakedObjectsWebAppBootstrapper
 

O

org.nakedobjects.webapp - package org.nakedobjects.webapp
 
org.nakedobjects.webapp.auth - package org.nakedobjects.webapp.auth
 
org.nakedobjects.webapp.monitor - package org.nakedobjects.webapp.monitor
 
org.nakedobjects.webapp.servlets - package org.nakedobjects.webapp.servlets
 

R

ResourceServlet - Class in org.nakedobjects.webapp.servlets
 
ResourceServlet() - Constructor for class org.nakedobjects.webapp.servlets.ResourceServlet
 
ResourceStreamSourceServletContext - Class in org.nakedobjects.webapp
 
ResourceStreamSourceServletContext(ServletContext) - Constructor for class org.nakedobjects.webapp.ResourceStreamSourceServletContext
 
ResourceStreamSourceServletContext(ServletContext, String) - Constructor for class org.nakedobjects.webapp.ResourceStreamSourceServletContext
 

S

StaticContentFilter - Class in org.nakedobjects.webapp
Adapted from http://www.digitalsanctuary.com/tech-blog/java/jboss/setting-cache-headers-from-jboss.html
StaticContentFilter() - Constructor for class org.nakedobjects.webapp.StaticContentFilter
 

W

WebAppConstants - Class in org.nakedobjects.webapp
 
WebServerMonitorInstaller - Class in org.nakedobjects.webapp.monitor
 
WebServerMonitorInstaller() - Constructor for class org.nakedobjects.webapp.monitor.WebServerMonitorInstaller
 

A B C D G H I L M N O R S W

Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.