C D G H I J O R S 

C

ContextLostException - Exception in org.jdtaus.core.container.ri.servlet
Gets thrown when the ServletContext for a thread of execution is null.
ContextLostException(Locale, Thread) - Constructor for exception org.jdtaus.core.container.ri.servlet.ContextLostException
Creates a new instance of ContextLostException taking the Locale of the exception and the Thread trying to access the context.

D

destroy() - Method in class org.jdtaus.core.container.ri.servlet.ServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jdtaus.core.container.ri.servlet.ServletFilter
Attaches the request's HttpSession with corresponding ServletContext to the current thread of execution.

G

getAttribute(String) - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 
getContainer() - Static method in class org.jdtaus.core.container.ri.servlet.ServletContextFactories
 
getContext() - Static method in class org.jdtaus.core.container.ri.servlet.ServletContextFactories
 
getHttpSession() - Static method in class org.jdtaus.core.container.ri.servlet.ServletFilter
Gets the thread local HTTP session.
getLocale() - Static method in class org.jdtaus.core.container.ri.servlet.ServletFilter
Gets the thread local locale.
getMessage() - Method in exception org.jdtaus.core.container.ri.servlet.ContextLostException
Returns the detail message string of this throwable.
getMessage() - Method in exception org.jdtaus.core.container.ri.servlet.SessionLostException
Returns the detail message string of this throwable.
getModel() - Static method in class org.jdtaus.core.container.ri.servlet.ServletContextFactories
 
getObject(String) - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 
getObjectKeys() - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 
getServletContext() - Static method in class org.jdtaus.core.container.ri.servlet.ServletContextFactories
 
getServletContext() - Static method in class org.jdtaus.core.container.ri.servlet.ServletFilter
Gets the thread local servlet context.
getSession() - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 
getThread() - Method in exception org.jdtaus.core.container.ri.servlet.ContextLostException
Gets the thread accessing the context.
getThread() - Method in exception org.jdtaus.core.container.ri.servlet.SessionLostException
Gets the thread accessing the session.

H

HttpSessionContext - Class in org.jdtaus.core.container.ri.servlet
HTTP session Context implementation.
HttpSessionContext() - Constructor for class org.jdtaus.core.container.ri.servlet.HttpSessionContext
Creates a new HttpSessionContext instance.

I

init(FilterConfig) - Method in class org.jdtaus.core.container.ri.servlet.ServletFilter
Initializes the filter by configuring ContainerFactory, ModelFactory and ContextFactory to use the ServletContextFactories implementation.

J

java_util_Locale() - Method in class org.jdtaus.core.container.ri.servlet.ServletRequestLocale
Gets the current thread's locale from the servlet filter.

O

org.jdtaus.core.container.ri.servlet - package org.jdtaus.core.container.ri.servlet
Webapp integration runtime support classes.

R

removeAttribute(String) - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 
removeObject(String) - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 

S

ServletContextFactories - Class in org.jdtaus.core.container.ri.servlet
Factories using ServletContexts for singleton instances.
ServletContextFactories() - Constructor for class org.jdtaus.core.container.ri.servlet.ServletContextFactories
 
ServletFilter - Class in org.jdtaus.core.container.ri.servlet
jDTAUS webapp integration filter.
ServletFilter() - Constructor for class org.jdtaus.core.container.ri.servlet.ServletFilter
Creates a new ServletFilter instance.
ServletRequestLocale - Class in org.jdtaus.core.container.ri.servlet
java.util.Locale implementation.
ServletRequestLocale() - Constructor for class org.jdtaus.core.container.ri.servlet.ServletRequestLocale
Standard implementation constructor org.jdtaus.core.container.ri.servlet.ServletRequestLocale.
SessionLostException - Exception in org.jdtaus.core.container.ri.servlet
Gets thrown when the HttpSession for a thread of execution is null.
SessionLostException(Locale, Thread) - Constructor for exception org.jdtaus.core.container.ri.servlet.SessionLostException
Creates a new instance of SessionLostException taking the Locale of the exception and the Thread trying to access the session.
setAttribute(String, Serializable) - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 
setObject(String, Object) - Method in class org.jdtaus.core.container.ri.servlet.HttpSessionContext
 
C D G H I J O R S 

Copyright © 2005–2014 jDTAUS. All rights reserved.