|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletContextAware | |
org.springframework.web.context.support | Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. |
org.springframework.web.multipart.commons | MultipartResolver implementation for Jakarta Commons FileUpload. |
org.springframework.web.multipart.cos | MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet). |
Uses of ServletContextAware in org.springframework.web.context.support |
Classes in org.springframework.web.context.support that implement ServletContextAware | |
class |
ServletContextAttributeExporter
Exporter that takes Spring-defined objects and exposes them as ServletContext attributes. |
class |
ServletContextAttributeFactoryBean
FactoryBean that fetches a specific, existing ServletContext attribute. |
class |
ServletContextFactoryBean
Simple FactoryBean that exposes the ServletContext for bean references. |
class |
ServletContextPropertyPlaceholderConfigurer
Subclass of PropertyPlaceholderConfigurer that falls back to ServletContext init parameters (that is, web.xml context-param entries) if a placeholder could not be resolved against the provided properties. |
Uses of ServletContextAware in org.springframework.web.multipart.commons |
Classes in org.springframework.web.multipart.commons that implement ServletContextAware | |
class |
CommonsMultipartResolver
MultipartResolver implementation for Jakarta Commons FileUpload. |
Uses of ServletContextAware in org.springframework.web.multipart.cos |
Classes in org.springframework.web.multipart.cos that implement ServletContextAware | |
class |
CosMultipartResolver
MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |