Groovy Documentation

griffon.plugins.jcr
[Java] Interface JcrContributionHandler


public interface JcrContributionHandler

Authors:
Andres Almiray


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

getJcrProvider

public JcrProvider getJcrProvider()


setJcrProvider

public void setJcrProvider(JcrProvider provider)


withJcr

public R withJcr(Closure closure)


withJcr

public R withJcr(String repositoryName, Closure closure)


withJcr

public R withJcr(CallableWithArgs callable)


withJcr

public R withJcr(String repositoryName, CallableWithArgs callable)


 

Groovy Documentation