Performs a $scope.$apply() if not in a digest or apply phase on the given scope
Performs a $scope.$apply() after the given timeout period
Performs a $scope.$apply() if not in a digest right now otherwise it will fire a digest later
Performs a $scope.$digest() if not in a digest or apply phase on the given scope
Private method to support testing.
Private method to support testing.
Adds the specified CSS file to the document's head, handy for external plugins that might bring along their own CSS
Ensure our main app container takes up at least the viewport height
If the value is not an array then wrap it in one
Converts boolean value to string "true" or "false"
Queries available server-side MBean to check if can call optimized jolokia.list() operation
Clears all the pending notifications
Compares the 2 version arrays and returns -1 if v1 is less than v2 or 0 if they are equal or 1 if v1 is greater than v2
an array of version numbers with the most significant version first (major, minor, patch).
Function to return the configured plugin for the given perspective. The returned list is sorted in the configured order. Notice the list contains plugins which may have been configured as disabled.
Factory to create an instance of ConnectToServerOptions
Creates a link by appending the current $location.search() hash to the given href link, removing any required parameters from the link
the link to have any $location.search() hash parameters appended
any parameters to be removed from the $location.search()
the link with any $location.search() parameters added
Creates a jolokia object for connecting to the container with the given remote jolokia URL, username and password
Creates a remote workspace given a remote jolokia for querying the JMX MBeans inside the jolokia
Creates the Jolokia URL string for the given connection options
The default error handler which logs errors either using debug or log level logging based on the silent setting
the response from a jolokia request
handy do nothing converter for the below function
static escapeHtml method
Extracts the url of the target, eg usually http://localhost:port, but if we use fabric to proxy to another host, then we return the url that we proxied too (eg the real target)
to force use a specific scheme, otherwise the scheme from location is used
to force use a specific port number, otherwise the port from location is used
Returns the lowercase file extension of the given file name or returns the empty string if the file does not have an extension
Invokes the given function on each leaf node in the array of folders
Returns the connection options for the given connection name from localStorage
Returns the current connection name using the given search parameters
Gets the default configured plugin for the given perspective, or null if no default has been configured.
Returns Jolokia URL by checking its availability if not in local mode
Wrapper to get the window local storage object
Returns the JMX objectName for the given jmx domain and type name
Look up a list of child element names or lazily create them.
Useful for example to get the
Core