Uses of Class
com.openhtmltopdf.outputdevice.helper.ExternalResourceControlPriority
-
Packages that use ExternalResourceControlPriority Package Description com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.swing -
-
Uses of ExternalResourceControlPriority in com.openhtmltopdf.outputdevice.helper
Methods in com.openhtmltopdf.outputdevice.helper that return ExternalResourceControlPriority Modifier and Type Method Description static ExternalResourceControlPriority
ExternalResourceControlPriority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExternalResourceControlPriority[]
ExternalResourceControlPriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type ExternalResourceControlPriority Modifier and Type Method Description TFinalClass
BaseRendererBuilder. useExternalResourceAccessControl(java.util.function.BiPredicate<java.lang.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 ExternalResourceControlPriority in com.openhtmltopdf.swing
Fields in com.openhtmltopdf.swing with type parameters of type ExternalResourceControlPriority Modifier and Type Field Description protected java.util.Map<ExternalResourceControlPriority,java.util.function.BiPredicate<java.lang.String,ExternalResourceType>>
NaiveUserAgent. _accessControllers
Methods in com.openhtmltopdf.swing with parameters of type ExternalResourceControlPriority Modifier and Type Method Description boolean
NaiveUserAgent. checkAccessAllowed(java.lang.String uriOrResolved, ExternalResourceType type, ExternalResourceControlPriority priority)
void
NaiveUserAgent. setAccessController(ExternalResourceControlPriority prio, java.util.function.BiPredicate<java.lang.String,ExternalResourceType> controller)
-