Groovy Documentation

geb.content
[Groovy] Class PageContentTemplateBuilder

java.lang.Object
  geb.content.PageContentTemplateBuilder

class PageContentTemplateBuilder
extends Object

Property Summary
static def PARAM_DEFAULTS

Configuration config

Navigable container

def templates

 
Method Summary
static def build(Configuration config, Navigable container, List templatesDefinitions)

static def build(Configuration config, Navigable container, String property, Class startAt, Class stopAt = Object)

protected def mergeWithDefaultParams(Map params)

def methodMissing(String name, def args)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

PARAM_DEFAULTS

static def PARAM_DEFAULTS


config

Configuration config


container

Navigable container


templates

final def templates


 
Method Detail

build

static def build(Configuration config, Navigable container, List templatesDefinitions)


build

static def build(Configuration config, Navigable container, String property, Class startAt, Class stopAt = Object)


mergeWithDefaultParams

protected def mergeWithDefaultParams(Map params)


methodMissing

def methodMissing(String name, def args)


 

Groovy API Documentation for geb-core 0.6.3 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org