class PageContentTemplateParams extends Object
Type | Name and description |
---|---|
boolean |
cache The value of the 'cache' option, as a boolean according to the Groovy Truth. |
int |
max Effective upper bound of the number of elements returned by content definition based on evaluation of 'max' and 'times' |
int |
min Effective lower bound of the number of elements returned by content definition based on evaluation of 'min', 'times' and 'required' |
Class<? extends Page> |
page The value of the 'page' option. |
boolean |
required The value of the 'required' option, as a boolean according to the Groovy Truth. |
List |
toList If the to option was a list, this will be the specified list. |
Object |
toSingle If the to option was a single page class or instance, this will be the value used. |
Object |
toWait The value of the 'toWait' options. |
Object |
wait The value of the 'wait' option. |
Closure<?> |
waitCondition The 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 '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 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org