A B C D E F G H I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractEmbedLinks - Class in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Base link embedding action to load links for a given relation and store them as embedded resources.
- AbstractEmbedLinks(ServiceIdExtractor, String, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.AbstractEmbedLinks
- AbstractEmbedLinks(String, String, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.AbstractEmbedLinks
- add(String) - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
-
Adds a relation to the path
- addExceptionHandler(JsonPipelineExceptionHandler) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Adds an exception handler for the pipeline actions.
- all() - Static method in class io.wcm.caravan.pipeline.extensions.hal.crawler.LinkExtractors
-
Returns all relations and links in a HAL resource except CURI links.
- all(HalResource, HalResourcePredicate...) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.ReportHalResourceFilters
-
Executes all delegated filters and creates a report with error messages for each failed filter.
- all(HalResourcePredicate...) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalResourceFilters
-
Executes all predicates and combines the result by logical
and
. - alwaysEnabled() - Static method in class io.wcm.caravan.pipeline.extensions.hal.crawler.StopCriteria
-
Allows crawler to be enabled always.
- apply(HalPath, HalResource) - Method in interface io.wcm.caravan.pipeline.extensions.hal.filter.HalResourcePredicate
B
- build(HalResource, HalBuilder) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.BuildResource
-
Deprecated.
- buildResource(String, Func2<HalResource, HalBuilder, HalResource>) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Deprecated.use createResource instead
- BuildResource - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
Deprecated.use
CreateResource
instead - BuildResource(String) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.BuildResource
-
Deprecated.
- byRelationAndIndex(String, int) - Static method in class io.wcm.caravan.pipeline.extensions.hal.client.action.LinkSelectionStrategies
- byRelationAndName(String, String) - Static method in class io.wcm.caravan.pipeline.extensions.hal.client.action.LinkSelectionStrategies
C
- collection(String) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalResourceMatchers
- create(JsonPipelineFactory, CaravanHttpRequest) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Deprecated.specify the entry point in the constructor and use
HalClient.getEntryPoint(JsonPipelineFactory)
instead - create(JsonPipelineFactory, String) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Deprecated.specify the entry point in the constructor and use
HalClient.getEntryPoint(JsonPipelineFactory)
instead - createEntryPoint(JsonPipelineFactory) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Deprecated.use
HalClient.getEntryPoint(JsonPipelineFactory)
instead - createOutput(HalResource) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.CreateResource
- createResource(String, Function<HalResource, HalResource>) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Allows to create a
CreateResource
action by specifying the output href and a lambda. - CreateResource - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
an abstract base class for actions that create a new
HalResource
based on the Hal output of the previous pipeline step - CreateResource(String) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.CreateResource
- current() - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
D
- deepEmbed(String) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Fetches the content of all links with the given relation in a HAL resource and all embedded resources, and replaces the links with the corresponding embedded resources.
- deepEmbed(String, Map<String, Object>) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Fetches the content of all links with the given relation in a HAL resource and all embedded resources, and replaces the links with the corresponding embedded resources.
- DeepEmbedLinks - Class in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Action to load all links for a given relation in a HAL document and store them as embedded resources.
- DeepEmbedLinks(ServiceIdExtractor, String, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.DeepEmbedLinks
- DeepEmbedLinks(String, String, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.DeepEmbedLinks
E
- embed(String) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates an embed links action for all relation specific links.
- embed(String, int) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates an embed link action for the
index
specified link. - embed(String, Map<String, Object>) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates an embed links action for all relation specific links with the given URL parameters.
- embed(String, Map<String, Object>, int) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates an embed link action for the
index
specified link with the given URL parameters. - EmbedLink - Class in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Embeds only one link for the given relation and index as embedded resource.
- EmbedLink(ServiceIdExtractor, String, int, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.EmbedLink
- EmbedLink(String, String, int, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.EmbedLink
- EmbedLinks - Class in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Action to load one or all links of the main HAL resource and insert the content as embedded resource(s).
- EmbedLinks(ServiceIdExtractor, String, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.EmbedLinks
- EmbedLinks(String, String, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.EmbedLinks
- empty() - Static method in class io.wcm.caravan.pipeline.extensions.hal.crawler.UriParametersProviders
-
Only returns the HREF of the link as expanded URI.
- except(String...) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllLinks
- except(String...) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllProperties
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.BuildResource
-
Deprecated.
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.CreateResource
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.InlineEmbedded
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.InlineEmbeddedCollection
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.ModifyResource
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllLinks
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllProperties
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.StripHal
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.AbstractEmbedLinks
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.FollowLink
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.LoadLink
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.crawler.HalCrawler
- execute(JsonPipelineOutput, JsonPipelineContext) - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.FilterEmbeddedHalResource
- extract(HalResource) - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.LinkExtractor
F
- filterByPrefix(String, LinkExtractor) - Static method in class io.wcm.caravan.pipeline.extensions.hal.crawler.LinkExtractors
-
Returns all relations and links provided by the
delegate
dLinkExtractor
where the URI starts with the given prefix. - FilterEmbeddedHalResource - Class in io.wcm.caravan.pipeline.extensions.hal.filter
-
Walks recursive through the HAL resource and its embedded resources.
- FilterEmbeddedHalResource(HalResourcePredicate, HalResourcePredicate) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.filter.FilterEmbeddedHalResource
- first() - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
- follow(String) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a follow link action for the first relation specific link
- follow(String, int) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a follow link action for the
index
specified link. - follow(String, Map<String, Object>) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a follow link action for the first relation specific link with the given URL parameters.
- follow(String, Map<String, Object>, int) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a follow link action for the
index
specified link with the given URL parameters. - follow(String, Map<String, Object>, String) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a follow link action for the forst link with the given relation and name
- FollowLink - Class in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Action to load a HAL link and replace the current resource by the loaded one.
- FollowLink(ServiceIdExtractor, String, int, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.FollowLink
- FollowLink(ServiceIdExtractor, String, String, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.FollowLink
- FollowLink(String, String, int, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.FollowLink
G
- get(int) - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
- getEntryPoint(JsonPipelineFactory) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a
JsonPipeline
that will fetch the entry point of the HAL service - getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.BuildResource
-
Deprecated.
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.CreateResource
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.InlineEmbedded
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.InlineEmbeddedCollection
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.ModifyResource
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllLinks
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllProperties
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.action.StripHal
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.AbstractEmbedLinks
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.DeepEmbedLinks
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.EmbedLink
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.EmbedLinks
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.FollowLink
- getId() - Method in interface io.wcm.caravan.pipeline.extensions.hal.client.action.LinkSelectionStrategy
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.LoadLink
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.crawler.HalCrawler
- getId() - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.LinkExtractor
- getId() - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.OutputProcessor
- getId() - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.StopCriterion
- getId() - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.UriParametersProvider
- getId() - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.FilterEmbeddedHalResource
- getId() - Method in interface io.wcm.caravan.pipeline.extensions.hal.filter.HalResourcePredicate
- getParameters(HalResource, String, Link) - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.UriParametersProvider
- getRelation() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.AbstractEmbedLinks
- getServiceId(String) - Method in interface io.wcm.caravan.pipeline.extensions.hal.client.ServiceIdExtractor
- getUrl() - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.LoadLink
H
- HalClient - Class in io.wcm.caravan.pipeline.extensions.hal.client
-
Factory for HAL specific
JsonPipelineAction
s. - HalClient(CaravanHttpRequest, CacheStrategy, Map<String, String>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
- HalClient(CaravanHttpRequest, ServiceIdExtractor, CacheStrategy, Map<String, String>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
- HalClient(String, CacheStrategy) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
- HalClient(String, CacheStrategy, Map<String, String>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
- HalClientAction - Interface in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Specific HAL client pipeline action with convenience setter.
- HalCrawler - Class in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Crawler walking on a HAL resource graph.
- HalCrawler(HalClient, LinkExtractor, UriParametersProvider, OutputProcessor) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.crawler.HalCrawler
- HalCrawler(HalClient, LinkExtractor, UriParametersProvider, OutputProcessor, StopCriterion) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.crawler.HalCrawler
- HalPath - Class in io.wcm.caravan.pipeline.extensions.hal.filter
-
Represents a path of embedded resources in a HAL resource by concatenating the relation names of the embedded ones.
- HalPath() - Constructor for class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
-
Initializes a root
- HalResourceFilters - Class in io.wcm.caravan.pipeline.extensions.hal.filter
-
Default filtering predicates for HAL resources.
- HalResourceMatchers - Class in io.wcm.caravan.pipeline.extensions.hal.filter
-
Default HAL resource matchers.
- HalResourcePredicate - Interface in io.wcm.caravan.pipeline.extensions.hal.filter
-
Predicate getting applied on a HAL resource.
- hasEmbedded(String) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalResourceFilters
- hasNonNull(String) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalResourceFilters
- hasPathNonNull(String) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalResourceFilters
- HEADER_CRAWLER_RELATION - Static variable in class io.wcm.caravan.pipeline.extensions.hal.crawler.HalCrawler
-
HTTP header for HAL link relation
I
- InlineEmbedded - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
Moves the state of embedded resources into the state of the current resource.
- InlineEmbedded(String...) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.InlineEmbedded
- InlineEmbeddedCollection - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
Embeds the items of an embedded HAL collection resource.
- InlineEmbeddedCollection(String...) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.InlineEmbeddedCollection
- io.wcm.caravan.pipeline.extensions.hal.action - package io.wcm.caravan.pipeline.extensions.hal.action
-
HAL Pipeline Actions.
- io.wcm.caravan.pipeline.extensions.hal.client - package io.wcm.caravan.pipeline.extensions.hal.client
-
HAL Client.
- io.wcm.caravan.pipeline.extensions.hal.client.action - package io.wcm.caravan.pipeline.extensions.hal.client.action
-
HAL Client Pipeline Actions.
- io.wcm.caravan.pipeline.extensions.hal.crawler - package io.wcm.caravan.pipeline.extensions.hal.crawler
-
HAL Crawler.
- io.wcm.caravan.pipeline.extensions.hal.filter - package io.wcm.caravan.pipeline.extensions.hal.filter
-
HAL Filters.
- isStopRequested() - Method in class io.wcm.caravan.pipeline.extensions.hal.crawler.HalCrawler
- isStopRequested() - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.StopCriterion
L
- last(int) - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
-
Returns the n-th last relations name in the path
- LinkExtractor - Interface in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Extracts links from HAL resources.
- LinkExtractors - Class in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Common link extractors.
- LinkSelectionStrategies - Class in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Contains common implementations of
LinkSelectionStrategy
- LinkSelectionStrategy - Interface in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Implements the logic to pick one of the links in a given hal resoucen (by index or name)
- load(Link) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a
LoadLink
action for the given link. - load(Link, Map<String, Object>) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Creates a
LoadLink
action for the given link and URI parameters. - LoadLink - Class in io.wcm.caravan.pipeline.extensions.hal.client.action
-
Action to load a HAL link.
- LoadLink(ServiceIdExtractor, Link, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.LoadLink
- LoadLink(String, Link, Map<String, Object>) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.client.action.LoadLink
M
- modify(HalResource) - Method in class io.wcm.caravan.pipeline.extensions.hal.action.ModifyResource
- modifyResource(String, Action1<HalResource>) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Allows to create a
ModifyResource
action by specifying the output href and a lambda - ModifyResource - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
An action that can take any JSON object as input (already HAL or not), sets the specified self-link and allows arbitrary manipulation of the output HalResource by implementing the build function.
- ModifyResource(String) - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.ModifyResource
N
- noUriTemplates() - Static method in class io.wcm.caravan.pipeline.extensions.hal.crawler.LinkExtractors
-
Returns all relations and links in a HAL resource having no URI template expressions.
O
- object(Class<S>, Func1<S, Boolean>) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalResourceFilters
-
Converts the state of the HAL resource to an object of the given type and applies the provided function.
- OutputProcessor - Interface in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Processes the current JSON Pipeline output and combines it with the JSON Pipeline output of the loaded links.
- OutputProcessors - Class in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Default output processors
P
- pickLink(HalResource) - Method in interface io.wcm.caravan.pipeline.extensions.hal.client.action.LinkSelectionStrategy
- process(JsonPipelineOutput, List<JsonPipelineOutput>) - Method in interface io.wcm.caravan.pipeline.extensions.hal.crawler.OutputProcessor
R
- relation(String) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalResourceMatchers
- RemoveAllLinks - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
Removes all links for a HAL resource and it's embedded resources which don't fit the given relation names.
- RemoveAllLinks() - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllLinks
- RemoveAllProperties - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
Removes all properties for a HAL resource and its embedded resources.
- RemoveAllProperties() - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllProperties
- removePropertiesRecursive(HalResource, Set<String>) - Static method in class io.wcm.caravan.pipeline.extensions.hal.action.RemoveAllProperties
-
Removes all properties except the specified ones from the given resource and all embedded resources
- report() - Static method in class io.wcm.caravan.pipeline.extensions.hal.crawler.OutputProcessors
-
Creates a flat Collection of HAL links for each processed request.
- report(HalResource, HalResourcePredicate) - Static method in class io.wcm.caravan.pipeline.extensions.hal.filter.ReportHalResourceFilters
- ReportHalResourceFilters - Class in io.wcm.caravan.pipeline.extensions.hal.filter
-
Collection of common reporting
HalResourcePredicate
s which write negative predicate results into a HAL document.
S
- ServiceIdExtractor - Interface in io.wcm.caravan.pipeline.extensions.hal.client
-
Extract the serviceId from a given URL.
- setCacheStrategy(CacheStrategy) - Method in interface io.wcm.caravan.pipeline.extensions.hal.client.action.HalClientAction
- setCacheStrategy(CacheStrategy) - Method in class io.wcm.caravan.pipeline.extensions.hal.crawler.HalCrawler
- setExceptionHandlers(List<JsonPipelineExceptionHandler>) - Method in interface io.wcm.caravan.pipeline.extensions.hal.client.action.HalClientAction
- setHttpHeaders(Multimap<String, String>) - Method in interface io.wcm.caravan.pipeline.extensions.hal.client.action.HalClientAction
- setLogger(Logger) - Method in interface io.wcm.caravan.pipeline.extensions.hal.client.action.HalClientAction
- setLogger(Logger) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Sets the logger for the pipeline actions.
- setServiceIdExtractor(ServiceIdExtractor) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.HalClient
-
Replaces the default service id extractor (that uses the same serviceId for all requests) with a custom logic
- size() - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
- StopCriteria - Class in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Default implementations of
StopCriterion
- StopCriterion - Interface in io.wcm.caravan.pipeline.extensions.hal.crawler
-
A criterion to stop the execution of
HalCrawler
. - StripHal - Class in io.wcm.caravan.pipeline.extensions.hal.action
-
Action which only emits the HAL state and removes meta data like links and embedded resources.
- StripHal() - Constructor for class io.wcm.caravan.pipeline.extensions.hal.action.StripHal
T
- toString() - Method in class io.wcm.caravan.pipeline.extensions.hal.filter.HalPath
U
- UriParametersProvider - Interface in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Provider for URI parameters.
- UriParametersProviders - Class in io.wcm.caravan.pipeline.extensions.hal.crawler
-
Default URI parameters provider implementations.
W
- withHttpMethod(String) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.FollowLink
- withHttpMethod(String) - Method in class io.wcm.caravan.pipeline.extensions.hal.client.action.LoadLink
All Classes All Packages