Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / getWebRequestHandler Method
In This Topic
    getWebRequestHandler Method
    In This Topic
    Gets the singleton instance of the IWebRequestHandler implementation that will be used to handle web requests. This property provides a centralized way to access the web request handler for the application.
    Syntax
    public static IWebRequestHandler getWebRequestHandler()

    Return Value

    the singleton instance of IWebRequestHandler
    See Also