Modifier and Type | Method and Description |
---|---|
void |
ServletExtension.handleDeployment(DeploymentInfo deploymentInfo,
ServletContext servletContext) |
Constructor and Description |
---|
ApplicationListeners(List<ManagedListener> allListeners,
ServletContext servletContext) |
SessionListenerBridge(Deployment deployment,
ApplicationListeners applicationListeners,
ServletContext servletContext) |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextImpl |
Modifier and Type | Method and Description |
---|---|
ServletContext |
ServletContextImpl.getContext(String uripath) |
ServletContext |
ServletConfigImpl.getServletContext() |
ServletContext |
HttpSessionImpl.getServletContext() |
ServletContext |
FilterConfigImpl.getServletContext() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncContextImpl.dispatch(ServletContext context,
String path) |
static HttpSessionImpl |
HttpSessionImpl.forSession(Session session,
ServletContext servletContext,
boolean newSession) |
Constructor and Description |
---|
FilterConfigImpl(FilterInfo filterInfo,
ServletContext servletContext) |
ServletConfigImpl(ServletInfo servletInfo,
ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
void |
ServerSentEventSCI.onStartup(Set<Class<?>> c,
ServletContext ctx) |
Modifier and Type | Method and Description |
---|---|
ServletContext |
ServletContext.getContext(String uripath)
Returns a
ServletContext object that
corresponds to a specified URL on the server. |
ServletContext |
ServletRequestWrapper.getServletContext()
Gets the servlet context to which the wrapped servlet request was last
dispatched.
|
ServletContext |
ServletRequestEvent.getServletContext()
Returns the ServletContext of this web application.
|
ServletContext |
ServletRequest.getServletContext()
Gets the servlet context to which this ServletRequest was last
dispatched.
|
ServletContext |
ServletContextEvent.getServletContext()
Return the ServletContext that changed.
|
ServletContext |
ServletConfig.getServletContext()
Returns a reference to the
ServletContext in which the caller
is executing. |
ServletContext |
GenericServlet.getServletContext()
Returns a reference to the
ServletContext in which this servlet
is running. |
ServletContext |
FilterConfig.getServletContext()
Returns a reference to the
ServletContext in which the caller
is executing. |
Modifier and Type | Method and Description |
---|---|
void |
AsyncContext.dispatch(ServletContext context,
String path)
Dispatches the request and response objects of this AsyncContext
to the given path scoped to the given context.
|
void |
ServletContainerInitializer.onStartup(Set<Class<?>> c,
ServletContext ctx)
Notifies this ServletContainerInitializer of the startup
of the application represented by the given ServletContext.
|
Constructor and Description |
---|
ServletContextAttributeEvent(ServletContext source,
String name,
Object value)
Constructs a ServletContextAttributeEvent from the given
ServletContext, attribute name, and attribute value.
|
ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context.
|
ServletRequestAttributeEvent(ServletContext sc,
ServletRequest request,
String name,
Object value)
Construct a ServletRequestAttributeEvent giving the servlet context
of this web application, the ServletRequest whose attributes are
changing and the name and value of the attribute.
|
ServletRequestEvent(ServletContext sc,
ServletRequest request)
Construct a ServletRequestEvent for the given ServletContext
and ServletRequest.
|
Modifier and Type | Method and Description |
---|---|
ServletContext |
HttpSession.getServletContext()
Returns the ServletContext to which this session belongs.
|
Modifier and Type | Method and Description |
---|---|
abstract ServletContext |
PageContext.getServletContext()
The ServletContext instance.
|
Modifier and Type | Method and Description |
---|---|
abstract JspApplicationContext |
JspFactory.getJspApplicationContext(ServletContext context)
Obtains the
JspApplicationContext instance associated
with the web application for the given ServletContext . |
Modifier and Type | Method and Description |
---|---|
static Object |
Config.get(ServletContext context,
String name)
Looks up a configuration variable in the "application" scope.
|
static void |
Config.remove(ServletContext context,
String name)
Removes a configuration variable from the "application" scope.
|
static void |
Config.set(ServletContext context,
String name,
Object value)
Sets the value of a configuration variable in the "application" scope.
|
Modifier and Type | Method and Description |
---|---|
ServletContext |
ServletEndpointContext.getServletContext()
The method getServletContext returns the ServletContext associated with the web application that contain this endpoint.
|
Modifier and Type | Field and Description |
---|---|
protected ServletContext |
ListenerBootstrap.servletContext |
protected ServletContext |
HttpServletInputMessage.servletContext |
protected ServletContext |
FilterDispatcher.servletContext |
Modifier and Type | Method and Description |
---|---|
static URL[] |
ListenerBootstrap.findWebInfLibClasspaths(ServletContext servletContext) |
void |
ServletContainerDispatcher.init(ServletContext servletContext,
ConfigurationBootstrap bootstrap,
HttpRequestFactory requestFactory,
HttpResponseFactory responseFactory) |
Constructor and Description |
---|
HttpServletInputMessage(HttpServletRequest request,
HttpServletResponse servletResponse,
ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
ListenerBootstrap(ServletContext servletContext) |
Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest,
HttpServletResponse response,
ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Method and Description |
---|---|
ServletContext |
HttpServletRequestDelegate.getServletContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAccountChooserValve.AccountIDPMapProvider.setServletContext(ServletContext servletContext)
Set the servlet context for resources on web classpath
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesAccountMapProvider.setServletContext(ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
void |
PicketLinkAuthenticatorServletExtension.handleDeployment(DeploymentInfo deploymentInfo,
ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
void |
IDPServletExtension.handleDeployment(DeploymentInfo deploymentInfo,
ServletContext servletContext) |
Modifier and Type | Field and Description |
---|---|
protected ServletContext |
SPFormAuthenticationMechanism.servletContext |
Modifier and Type | Method and Description |
---|---|
void |
SPServletExtension.handleDeployment(DeploymentInfo deploymentInfo,
ServletContext servletContext) |
protected void |
SPFormAuthenticationMechanism.initKeyProvider(ServletContext context)
Initialize the KeyProvider configurations.
|
static HandlerWrapper |
IdentityURLProviderHandler.wrapper(SPType spType,
ServletContext servletContext) |
Constructor and Description |
---|
IdentityURLProviderHandler(SPType spType,
ServletContext servletContext,
HttpHandler next) |
SPFormAuthenticationMechanism(FormParserFactory parserFactory,
String name,
String loginPage,
String errorPage,
ServletContext servletContext,
PicketLinkType configuration,
PicketLinkAuditHelper auditHelper) |
SPFormAuthenticationMechanism(FormParserFactory parserFactory,
String name,
String loginPage,
String errorPage,
ServletContext servletContext,
SAMLConfigurationProvider configProvider,
PicketLinkAuditHelper auditHelper) |
Modifier and Type | Method and Description |
---|---|
static String |
PicketLinkAuditHelper.getSecurityDomainName(ServletContext servletContext)
Given the servlet context, determine the security domain by which
the web app is secured.
|
Constructor and Description |
---|
PicketLinkAuditHelper(ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderSAMLWorkflow.sendToLogoutPage(HttpServletRequest request,
HttpServletResponse response,
HttpSession session,
ServletContext servletContext,
String logOutPage) |
Modifier and Type | Method and Description |
---|---|
static List<EntityDescriptorType> |
CoreConfigUtil.getMetadataConfiguration(ProviderType providerType,
ServletContext servletContext)
Read metadata from ProviderType
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesIdentityURLProvider.setServletContext(ServletContext servletContext) |
void |
IdentityURLConfigurationProvider.setServletContext(ServletContext servletContext)
Set the servlet context for resources on web classpath
|
Modifier and Type | Field and Description |
---|---|
protected ServletContext |
HTTPContext.servletContext |
Modifier and Type | Method and Description |
---|---|
ServletContext |
HTTPContext.getServletContext() |
Modifier and Type | Method and Description |
---|---|
HTTPContext |
HTTPContext.setServletContext(ServletContext sctx) |
Constructor and Description |
---|
HTTPContext(HttpServletRequest httpReq,
HttpServletResponse httpResp,
ServletContext sctx) |
Modifier and Type | Field and Description |
---|---|
protected ServletContext |
IDPFilter.servletContext |
Modifier and Type | Field and Description |
---|---|
protected ServletContext |
IDPServlet.context |
Modifier and Type | Method and Description |
---|---|
static PicketLinkAuditHelper |
ConfigurationUtil.getAuditHelper(ServletContext servletContext) |
static PicketLinkType |
ConfigurationUtil.getConfiguration(ServletContext servletContext) |
static InputStream |
ConfigurationUtil.getConfigurationInputStream(ServletContext servletContext) |
static SAMLConfigurationProvider |
ConfigurationUtil.getConfigurationProvider(ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
protected ServletContext |
AbstractPicketLinkTrustHandler.getServletContext(MessageContext msgContext)
Utility method to get the
ServletContext from the specified MessageContext . |
Modifier and Type | Method and Description |
---|---|
protected InputStream |
AbstractWSAuthorizationHandler.getWSSE(ServletContext context) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.