public static class

JavaScriptBundles.JavaScriptBundlesContentHandler

extends DefaultContentHandler
java.lang.Object
   ↳ org.xml.sax.helpers.DefaultHandler
     ↳ com.microstrategy.utils.xml.DefaultContentHandler
       ↳ com.microstrategy.web.app.utils.JavaScriptBundles.JavaScriptBundlesContentHandler

Summary

[Expand]
Inherited Fields
From class com.microstrategy.utils.xml.DefaultContentHandler
Public Constructors
JavaScriptBundlesContentHandler(String sourceLocation, MessageRouter msgRouter)
Public Methods
void endElement(String uri, String localName, String name)
Callback to indicate the end of an XML element.
String getBundleDirectory()
Map<String, JavaScriptBundles.JavaScriptBundle> getBundles()
void setRelativePathPrefix(String relPathPrefix)
void startElement(String uri, String localName, String name, Attributes attributes)
Callback invoked when a new element is encountered.
[Expand]
Inherited Methods
From class com.microstrategy.utils.xml.DefaultContentHandler
From class org.xml.sax.helpers.DefaultHandler
From class java.lang.Object
From interface org.xml.sax.ContentHandler
From interface org.xml.sax.DTDHandler
From interface org.xml.sax.EntityResolver
From interface org.xml.sax.ErrorHandler

Public Constructors

public JavaScriptBundlesContentHandler (String sourceLocation, MessageRouter msgRouter)

Public Methods

public void endElement (String uri, String localName, String name)

Callback to indicate the end of an XML element.

Parameters
uri The URI of the element.
localName The local name of the element.
name The qualified name of the element.
Throws
SAXException

public String getBundleDirectory ()

public Map<String, JavaScriptBundles.JavaScriptBundle> getBundles ()

public void setRelativePathPrefix (String relPathPrefix)

public void startElement (String uri, String localName, String name, Attributes attributes)

Callback invoked when a new element is encountered.

Parameters
uri The URI of the element.
localName The local name of the element.
name The qualified name of the element.
attributes The attributes associated with the element.
Throws
SAXException