Module SpringController
Import path
import semmle.code.java.frameworks.spring.SpringController
Imports
Maps |
Provides classes and predicates for reasoning about instances of |
SpringWeb |
Provides classes for working with Spring web requests. |
SpringWebClient |
Provides classes for working with Spring web clients. |
java |
Provides all default Java QL imports. |
Classes
SpringController |
A class annotated, directly or indirectly, as a Spring |
SpringControllerAnnotation |
An annotation type that identifies Spring controllers. |
SpringControllerMethod |
A method on a Spring controller which is accessed by the Spring MVC framework. |
SpringInitBinderMethod |
A method on a Spring controller that configures a binder for this controller. |
SpringModel |
A parameter to a |
SpringModelAttributeAnnotation |
An annotation of the type |
SpringModelAttributeMethod |
A method on a Spring controller that builds a “model attribute” that will be returned with the response as part of the model. |
SpringModelModel |
A Spring |
SpringModelPlainMap |
A |
SpringModelResponseType |
A |
SpringRequestMappingAnnotationType |
An |
SpringRequestMappingMethod |
A method on a Spring controller that is executed in response to a web request. |
SpringRequestMappingParameter |
A parameter of a |
SpringResponseBodyAnnotationType |
An |
SpringRestController |
A class annotated, directly or indirectly, as a Spring |
SpringRestControllerAnnotation |
An annotation type that identifies Spring rest controllers. |
SpringServletInputAnnotation |
A Spring framework annotation indicating remote user input from servlets. |
SpringUntrustedDataType |
A user data type that may be populated from an HTTP request. |