Package | Description |
---|---|
org.apache.sling.distribution |
Modifier and Type | Method and Description |
---|---|
static DistributionRequestType |
DistributionRequestType.fromName(String n)
Creates an action type for the given name.
|
DistributionRequestType |
SimpleDistributionRequest.getRequestType()
get the
DistributionRequestType associated with this request |
DistributionRequestType |
DistributionRequest.getRequestType()
Get the
DistributionRequestType associated with this request |
static DistributionRequestType |
DistributionRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionRequestType[] |
DistributionRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SimpleDistributionRequest(DistributionRequestType requestType,
boolean isDeep,
String... paths)
Creates distribution request with "deep" or "shallow" paths.
|
SimpleDistributionRequest(DistributionRequestType requestType,
String... paths)
Creates a distribution request with "shallow" paths.
|
SimpleDistributionRequest(DistributionRequestType requestType,
String[] paths,
Set<String> deepPaths)
Creates a distribution request with additional "deep" paths.
|
SimpleDistributionRequest(DistributionRequestType requestType,
String[] paths,
Set<String> deepPaths,
Map<String,String[]> pathFilters)
Creates a distribution request with "deep" paths and filters.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.