Java org.springframework.security.web.context.support SecurityWebApplicationContextUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.context.support SecurityWebApplicationContextUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.context.support SecurityWebApplicationContextUtils.

The text is from its open source code.

Method

WebApplicationContextfindRequiredWebApplicationContext(ServletContext servletContext)
Find a unique WebApplicationContext for this web app: either the root web app context (preferred) or a unique WebApplicationContext among the registered ServletContext attributes (typically coming from a single DispatcherServlet in the current web application).