Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Add TemplatePageFilter to filter by TemplatePathInfo #5

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

deveth0
Copy link
Contributor

@deveth0 deveth0 commented Feb 18, 2018

The AEM Page's list Children method allows the usage of a filter to select only a limited set of childpages. This becomes handy when combined with the TemplatePathInfo Interface.

@codecov
Copy link

codecov bot commented Feb 18, 2018

Codecov Report

Merging #5 into develop will decrease coverage by 0.23%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #5      +/-   ##
==========================================
- Coverage    85.64%   85.4%   -0.24%     
==========================================
  Files           30      31       +1     
  Lines          829     836       +7     
  Branches       142     143       +1     
==========================================
+ Hits           710     714       +4     
- Misses          67      69       +2     
- Partials        52      53       +1
Impacted Files Coverage Δ
...va/io/wcm/wcm/commons/util/TemplatePageFilter.java 57.14% <57.14%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8784a1...d862ec6. Read the comment docs.

@stefanseifert stefanseifert merged commit d862ec6 into develop Feb 19, 2018
@stefanseifert stefanseifert deleted the feature/AppTemplateFilter branch February 19, 2018 12:36
@stefanseifert
Copy link
Member

thanks - i've moved the new class to a separate package and did some minor cosmetic changes and API cleanup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants