public static interface LoadResourceCallback.Params
LoadResourceCallback
.Modifier and Type | Method and Description |
---|---|
default java.lang.String |
methodName()
Returns a string that represents the request method name.
|
default ResourceType |
resourceType()
Returns the type of the resource the request is going to load.
|
default java.lang.String |
url()
Returns a string that represents the URL of the request.
|
default java.lang.String url()
default java.lang.String methodName()
default ResourceType resourceType()