public class ResourceProviderDTO
extends java.lang.Object
org.apache.sling.spi.resource.provider.ResourceProvider
.Modifier and Type | Field and Description |
---|---|
boolean |
adaptable
Whether the resource provider supports adaptable.
|
boolean |
attributable
Whether the resource provider supports attributes.
|
AuthType |
authType
The auth handling for this provider.
|
boolean |
modifiable
Whether the resource provider supports modifications.
|
java.lang.String |
name
The name of the resource provider.
|
java.lang.String |
path
The path of the resource provider.
|
boolean |
refreshable
Whether the resource provider supports refreshing.
|
long |
serviceId
The service id from the service registry.
|
boolean |
supportsQueryLanguage
Whether the resource provider supports query languages.
|
boolean |
useResourceAccessSecurity
Whether resource access security should be used.
|
Constructor and Description |
---|
ResourceProviderDTO() |
public java.lang.String name
null
.public java.lang.String path
null
.public boolean useResourceAccessSecurity
public AuthType authType
null
.public boolean modifiable
public boolean adaptable
public boolean refreshable
public boolean attributable
public boolean supportsQueryLanguage
public long serviceId
Copyright © 2010 - 2020 Adobe. All Rights Reserved