Package net.shibboleth.shared.servlet.impl
@NonnullElements
package net.shibboleth.shared.servlet.impl
Java Servlet specification implementation classes.
-
ClassesClassDescriptionClass which holds and makes available the current HTTP servlet request and response via ThreadLocal storage.Legacy stub for compatibility.An implementation of
NonnullSupplierwhich looks up the current thread-local servlet request obtained fromHttpServletRequestResponseContext, raising anIllegalStateExceptionif null.An implementation ofNonnullSupplierwhich looks up the current thread-local servlet response obtained fromHttpServletRequestResponseContext, raising anIllegalStateExceptionif null.