@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface SpringWebConfiguration
Allows to retrieve the ApplicationContext of specific Springs FrameworkServlet
or the root web application context in general.
| Modifier and Type | Optional Element and Description |
|---|---|
String |
servletName
Represents the name of the servlet which the
ApplicationContext will be
used. |
public abstract String servletName
Represents the name of the servlet which the ApplicationContext will be
used.
Not specifying the servlet name will cause the extension to use the Root Web Application Context.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.