|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.jcr.AbstractJcrProvider
public abstract class AbstractJcrProvider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractJcrProvider()
|
|
| Method Summary | |
|---|---|
protected Session
|
getSession(String repositoryName)
|
R
|
withJcr(Closure closure)
|
R
|
withJcr(String repositoryName, Closure closure)
|
R
|
withJcr(CallableWithArgs callable)
|
R
|
withJcr(String repositoryName, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractJcrProvider()
| Method Detail |
|---|
protected Session getSession(String repositoryName)
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