|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsXmlFramework
| Constructor Summary | |
AimsXmlFramework()
|
|
| Method Summary | |
static boolean |
applyXmlLayers(java.lang.String _urlString,
AimsMap _map,
AimsWebSiteConfig siteConfig)
Sets the layer settings from a URL containing XML layer information. |
static boolean |
applyXmlPrint(java.lang.String urlString,
AimsWebSiteConfig siteConfig)
Sets the print templates from a URL containing XML template information. |
static boolean |
applyXmlSecurity(java.lang.String xml,
AimsWebSiteConfig siteConfig)
|
static boolean |
applyXmlSiteConfig(java.lang.String urlString,
AimsWebSiteConfig siteConfig)
Sets the map folders object from a URL containing XML folders information. |
static boolean |
applyXmlThemes(java.lang.String urlString,
AimsWebSiteConfig siteConfig)
Sets the map themes from a URL containing XML theme information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsXmlFramework()
| Method Detail |
public static boolean applyXmlSiteConfig(java.lang.String urlString,
AimsWebSiteConfig siteConfig)
public static boolean applyXmlSecurity(java.lang.String xml,
AimsWebSiteConfig siteConfig)
public static boolean applyXmlLayers(java.lang.String _urlString,
AimsMap _map,
AimsWebSiteConfig siteConfig)
_urlString - The complete URL path (eg. http://somehost/file.xml)_map - The map to apply the layer settings to.
public static boolean applyXmlThemes(java.lang.String urlString,
AimsWebSiteConfig siteConfig)
urlString - The complete URL path (eg. http://somehost/file.xml)siteConfig - The site configuration object to store the themes.
public static boolean applyXmlPrint(java.lang.String urlString,
AimsWebSiteConfig siteConfig)
urlString - The complete URL path (eg. http://somehost/file.xml)siteConfig - The site configuration object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||