WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/uriloader/web-handler-app;1

This component implements the following interfaces:

Properties

AString nsIHandlerApp.name

Human readable name for the handler

AUTF8String nsIWebHandlerApp.uriTemplate

Template used to construct the URI to GET. Template is expected to have a %s in it, and the escaped URI to be handled is inserted in place of that %s, as per the HTML5 spec.

Methods

InterfaceMethod
nsIHandlerApp PRBool equals ( nsIHandlerApp handlerApp )
nsIHandlerApp void launchWithURI ( nsIURI URI , nsIInterfaceRequestor windowContext )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com