[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate module(Class<? extends Module>, Map args) and module(Class<? extends Module>, Navigator base, Map args) adding Navigator.module(Module) and Navigable.module(Module) #311

Closed
geb-bot opened this issue May 15, 2014 · 1 comment
Assignees
Milestone

Comments

@geb-bot
Copy link
geb-bot commented May 15, 2014

Originally created by Luke Daley.

In similar spirit to GEB-310, it should be possible to use modules that are self constructed with parameters.

e.g.

class MyModule extends Module {
  String param
}

content {
  section { module(new MyModule(param: "foo")) }
}
@geb-bot
Copy link
Author
geb-bot commented Jan 16, 2015

Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants