public abstract static class OutputHtmlDocument.LinkToResourceMapperDelegate
extends com.aspose.ms.System.MulticastDelegate
Delegate, which allows to obtain a local resource for specified link, extracted from HTML markup
Constructor and Description |
---|
OutputHtmlDocument.LinkToResourceMapperDelegate() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(String linkToResource,
com.aspose.ms.System.Collections.Generic.List<IHtmlResource> allAvailableResources,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
IHtmlResource |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract IHtmlResource |
invoke(String linkToResource,
com.aspose.ms.System.Collections.Generic.List<IHtmlResource> allAvailableResources) |
getInvocationList, op_Equality, op_Inequality
public OutputHtmlDocument.LinkToResourceMapperDelegate()
public final com.aspose.ms.System.IAsyncResult beginInvoke(String linkToResource, com.aspose.ms.System.Collections.Generic.List<IHtmlResource> allAvailableResources, com.aspose.ms.System.AsyncCallback callback, Object state)
public final IHtmlResource endInvoke(com.aspose.ms.System.IAsyncResult result)
public abstract IHtmlResource invoke(String linkToResource, com.aspose.ms.System.Collections.Generic.List<IHtmlResource> allAvailableResources)
Copyright © 2018. All rights reserved.