|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface JcrContributionHandler
| Method Summary | |
|---|---|
JcrProvider
|
getJcrProvider()
|
void
|
setJcrProvider(JcrProvider provider)
|
R
|
withJcr(Closure closure)
|
R
|
withJcr(String repositoryName, Closure closure)
|
R
|
withJcr(CallableWithArgs callable)
|
R
|
withJcr(String repositoryName, CallableWithArgs callable)
|
| Method Detail |
|---|
public JcrProvider getJcrProvider()
public void setJcrProvider(JcrProvider provider)
public R withJcr(Closure closure)
public R withJcr(String repositoryName, Closure closure)
public R withJcr(CallableWithArgs callable)
public R withJcr(String repositoryName, CallableWithArgs callable)
Groovy Documentation