| Package | Description |
|---|---|
| com.openhtmltopdf.outputdevice.helper | |
| com.openhtmltopdf.swing |
| Modifier and Type | Method and Description |
|---|---|
static ExternalResourceControlPriority |
ExternalResourceControlPriority.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
TFinalClass |
BaseRendererBuilder.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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<ExternalResourceControlPriority,BiPredicate<String,ExternalResourceType>> |
NaiveUserAgent._accessControllers |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NaiveUserAgent.checkAccessAllowed(String uriOrResolved,
ExternalResourceType type,
ExternalResourceControlPriority priority) |
void |
NaiveUserAgent.setAccessController(ExternalResourceControlPriority prio,
BiPredicate<String,ExternalResourceType> controller) |
Copyright © 2004–2025. All rights reserved.