|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgeb.content.PageContentTemplate
class PageContentTemplate extends Object
Property Summary | |
---|---|
Configuration |
config
|
Closure |
factory
|
String |
name
|
Navigable |
owner
|
Map |
params
|
Constructor Summary | |
PageContentTemplate(Configuration config, Navigable owner, String name, Map params, Closure factory)
|
Method Summary | |
---|---|
def
|
get(Object[] args)
|
Page
|
getPage()
|
def
|
getTo()
Can return Class or List<Class> |
Wait
|
getWait()
Returns the Wait to use to wait for this content to materialise, or null if there should be no waiting. |
boolean
|
isCaching()
|
boolean
|
isRequired()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final Configuration config
final Closure factory
final String name
final Navigable owner
final Map params
Constructor Detail |
---|
PageContentTemplate(Configuration config, Navigable owner, String name, Map params, Closure factory)
Method Detail |
---|
def get(Object[] args)
Page getPage()
def getTo()
Wait getWait()
boolean isCaching()
boolean isRequired()
String toString()
Groovy API Documentation for geb-core 0.6.3 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org