| Remove all themes that are registered with the provided application. On deployment of a new application, the
theme descriptor (if any present) in that application is parsed for themes that are to be registered with the
theme server. For each entry in the descriptor, a new theme is registered with the theme server. Uppon
undeployment of that same application, all themes must be deregistered. This method is a convenient way to achieve
this.
Parameters: applicationName - the name of the application that hosts the themes to unregister throws: ThemeException - if there are no themes registered with this application, or if an error occurs during theremove |