public static class ExperienceFragmentsClient.ExperienceFragementsConfigurationBuilder extends Object
| Constructor and Description |
|---|
ExperienceFragementsConfigurationBuilder(ExperienceFragmentsClient client)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExperienceFragmentsClient.ExperienceFragmentsConfiguration |
configure()
Do the configuration
|
ExperienceFragmentsClient.ExperienceFragementsConfigurationBuilder |
withAllowedTemplates(List<String> allowedTemplates)
Set the allowed templates
|
public ExperienceFragementsConfigurationBuilder(ExperienceFragmentsClient client) throws org.apache.sling.testing.clients.ClientException
client - client to be usedorg.apache.sling.testing.clients.ClientException - if the builder cannot be createdpublic ExperienceFragmentsClient.ExperienceFragementsConfigurationBuilder withAllowedTemplates(List<String> allowedTemplates)
allowedTemplates - the complete list of allowed templates.public ExperienceFragmentsClient.ExperienceFragmentsConfiguration configure() throws org.apache.sling.testing.clients.ClientException
org.apache.sling.testing.clients.ClientException - if the configuration can not be createdCopyright © 2018. All rights reserved.