@ThreadSafe public class GlobalWebScope extends com.helger.scope.GlobalScope implements IGlobalWebScope
IGlobalWebScope interface for web applications.
ServletContext but in a separate map.| Constructor and Description |
|---|
GlobalWebScope(javax.servlet.ServletContext aServletContext)
Create a new
GlobalWebScope. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
javax.servlet.ServletContext |
getServletContext() |
int |
hashCode() |
protected void |
postDestroy() |
String |
toString() |
attrs, destroyScope, getID, isDestroyed, isInDestruction, isInPreDestruction, isValid, runAtomic, runAtomicclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic GlobalWebScope(@Nonnull javax.servlet.ServletContext aServletContext)
GlobalWebScope. No objects are copied from the passed
ServletContext so this must be one of the very first actionaServletContext - The servlet context to use. May not be null.protected void postDestroy()
postDestroy in class com.helger.scope.GlobalScope@Nonnull public final javax.servlet.ServletContext getServletContext()
getServletContext in interface IGlobalWebScopenull.public boolean equals(Object o)
equals in class com.helger.scope.AbstractScopepublic int hashCode()
hashCode in class com.helger.scope.AbstractScopepublic String toString()
toString in class com.helger.scope.AbstractScopeCopyright © 2014–2019 Philip Helger. All rights reserved.