Uses of Enum Class
com.openhtmltopdf.outputdevice.helper.ExternalResourceType
Packages that use ExternalResourceType
Package
Description
-
Uses of ExternalResourceType in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type ExternalResourceTypeModifier and TypeMethodDescriptionbyte[]UserAgentCallback.getBinaryResource(String uri, ExternalResourceType type) Retrieves a binary resource located at a given URI and returns its contents as a byte array ornullif the resource could not be loaded.UserAgentCallback.getCSSResource(String uri, ExternalResourceType type) UserAgentCallback.getImageResource(String uri, ExternalResourceType type) UserAgentCallback.getXMLResource(String uri, ExternalResourceType type) Retrieves the XML at the given URI. -
Uses of ExternalResourceType in com.openhtmltopdf.outputdevice.helper
Subclasses with type arguments of type ExternalResourceType in com.openhtmltopdf.outputdevice.helperFields in com.openhtmltopdf.outputdevice.helper with type parameters of type ExternalResourceTypeModifier and TypeFieldDescriptionBaseRendererBuilder.BaseRendererBuilderState._afterAccessControllerBaseRendererBuilder.BaseRendererBuilderState._beforeAccessControllerMethods in com.openhtmltopdf.outputdevice.helper that return ExternalResourceTypeModifier and TypeMethodDescriptionstatic ExternalResourceTypeReturns the enum constant of this class with the specified name.static ExternalResourceType[]ExternalResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.openhtmltopdf.outputdevice.helper with type arguments of type ExternalResourceTypeModifier and TypeMethodDescriptionBaseRendererBuilder.useExternalResourceAccessControl(BiPredicate<String, ExternalResourceType> allowExternalResource, ExternalResourceControlPriority priority) Allows to set one external access controller to run before the uri resolver and one to run after the uri resolver. -
Uses of ExternalResourceType in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement interfaces with type arguments of type ExternalResourceTypeFields in com.openhtmltopdf.swing with type parameters of type ExternalResourceTypeModifier and TypeFieldDescriptionprotected final Map<ExternalResourceControlPriority, BiPredicate<String, ExternalResourceType>> NaiveUserAgent._accessControllersMethods in com.openhtmltopdf.swing with parameters of type ExternalResourceTypeModifier and TypeMethodDescriptionbooleanNaiveUserAgent.checkAccessAllowed(String uriOrResolved, ExternalResourceType type, ExternalResourceControlPriority priority) byte[]NaiveUserAgent.getBinaryResource(String uri, ExternalResourceType type) NaiveUserAgent.getCSSResource(String uri, ExternalResourceType type) Retrieves the CSS located at the given URI.NaiveUserAgent.getImageResource(String uri, ExternalResourceType type) Retrieves the image located at the given URI.NaiveUserAgent.getXMLResource(String uri, ExternalResourceType type) Retrieves the XML located at the given URI.booleanNaiveUserAgent.DefaultAccessController.test(String uri, ExternalResourceType resourceType) Method parameters in com.openhtmltopdf.swing with type arguments of type ExternalResourceTypeModifier and TypeMethodDescriptionvoidNaiveUserAgent.setAccessController(ExternalResourceControlPriority prio, BiPredicate<String, ExternalResourceType> controller)