|
Spring Extensions | |||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractCrossDomainRetryEntryPoint
provides provision to locate the cross domain name in the application context for respective ports defined in the PortMapper
while resolving server name before HttpServletResponse#sendRedirect()
CrossDomainMapper
provides the respective cross domain name.CrossDomainMapper
implementations provide callers with information
about which HTTP cross domain name are associated with which HTTPS cross domain name on the system,
and vice versa.CrossDomainMapper
that obtains HTTP domain:HTTPS domain pairs from the application context.CrossDomainMapperImpl.setCrossDomainMappings(Map)
SecureUriMapperImpl.setUriMappings(Map)
SecureServerURI
is Filter implementation that being invoked by Spring org.springframework.web.filter.DelegatingFilterProxy
mapped in web.xmlSecureUriMapper
implementations provide callers with information
about which URI/URL Ant-style path patterns should be secured.SecureUriMapper
that obtains URI/URL's pass key from the application context.SecureUriProvider
that holds definitions of Secure link computation.SecureUriProvider
interface Secure link computation.PortMapper
In a Spring XML ApplicationContext, a definition would look something like this:
|
Spring Extensions | |||||||||
PREV NEXT | FRAMES NO FRAMES |