|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericApplicationContext | |
---|---|
org.springframework.context.support | Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. |
org.springframework.web.context.support | Classes supporting the org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes. |
org.springframework.web.portlet.context | Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. |
Uses of GenericApplicationContext in org.springframework.context.support |
---|
Subclasses of GenericApplicationContext in org.springframework.context.support | |
---|---|
class |
StaticApplicationContext
ApplicationContext that allows concrete registration of beans and messages in code, rather than from external configuration sources. |
Uses of GenericApplicationContext in org.springframework.web.context.support |
---|
Subclasses of GenericApplicationContext in org.springframework.web.context.support | |
---|---|
class |
GenericWebApplicationContext
Subclass of GenericApplicationContext, suitable for web environments. |
class |
StaticWebApplicationContext
Static WebApplicationContext implementation for testing. |
Uses of GenericApplicationContext in org.springframework.web.portlet.context |
---|
Subclasses of GenericApplicationContext in org.springframework.web.portlet.context | |
---|---|
class |
StaticPortletApplicationContext
Static ApplicationContext for Portlet environments. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |