| Type | Name and description |
|---|---|
boolean |
cacheThe value of the 'cache' option, as a boolean according to the Groovy Truth. |
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. |
def |
toSingleIf the to option was a single page class or instance, this will be the value used. |
def |
toWaitThe value of the 'toWait' options. |
def |
waitThe value of the 'wait' option. |
| Constructor and description |
|---|
PageContentTemplateParams
(PageContentTemplate owner, Map<String, ?> params) |
The value of the 'cache' option, as a boolean according to the Groovy Truth. Defaults to false.
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).
Groovy API Documentation for Geb 0.11.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org