|
Spring Extensions | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrossDomainMapper
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.
Method Summary | |
---|---|
String |
lookupHttpCrossDomain(String httpsDomainName)
Locates the HTTP cross domain associated with the specified HTTPS cross domain. |
String |
lookupHttpsCrossDomain(String httpDomainName)
Locates the HTTPS cross domain associated with the specified HTTP cross domain. |
Method Detail |
---|
String lookupHttpCrossDomain(String httpsDomainName)
Returns null
if unknown.
httpsDomainName
- a String
object.
null
if unknownString lookupHttpsCrossDomain(String httpDomainName)
Returns null
if unknown.
httpDomainName
- a String
object.
null
if unknown
|
Spring Extensions | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |