class PageContentTemplateParams extends Object
| Type | Name and description |
|---|---|
boolean |
cacheThe value of the 'cache' option, as a boolean according to the Groovy Truth. |
int |
maxEffective upper bound of the number of elements returned by content definition based on evaluation of 'max' and 'times' |
int |
minEffective lower bound of the number of elements returned by content definition based on evaluation of 'min', 'times' and 'required' |
Class<? extends Page> |
pageThe value of the 'page' option. |
boolean |
requiredThe value of the 'required' option, as a boolean according to the Groovy Truth. |
List |
toListIf the to option was a list, this will be the specified list. |
Object |
toSingleIf the to option was a single page class or instance, this will be the value used. |
Object |
toWaitThe value of the 'toWait' options. |
Object |
waitThe value of the 'wait' option. |
Closure<?> |
waitConditionThe value of the 'waitCondition' option. |
| Constructor and description |
|---|
PageContentTemplateParams
(PageContentTemplate owner, String name, Map<String, ?> params, TemplateOptionsConfiguration config) |
The value of the 'cache' option, as a boolean according to the Groovy Truth. Defaults to false.
Effective upper bound of the number of elements returned by content definition based on evaluation of 'max' and 'times'
Effective lower bound of the number of elements returned by content definition based on evaluation of 'min', 'times' and 'required'
The value of the 'page' option. Defaults to null.
The value of the 'required' option, as a boolean according to the Groovy Truth. Defaults to true.
If the to option was a list, this will be the specified list. Defaults to null.
If the to option was a single page class or instance, this will be the value used. Defaults to null.
The value of the 'toWait' options. Defaults to null (no waiting when switching pages).
The value of the 'wait' option. Defaults to null (no wait).
The value of the 'waitCondition' option. Defaults to null (no wait).
Groovy API Documentation for Geb 5.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org