Groovy Documentation

musicstore.auth
[Groovy] Class ProfileController

java.lang.Object
  ProfileController

class ProfileController

Property Summary
static java.lang.Object allowedMethods

static java.lang.Object defaultAction

java.lang.Object display

java.lang.Object edit

java.lang.Object update

 
Constructor Summary
ProfileController()

 
Method Summary
private User getCurrentUser()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

allowedMethods

static java.lang.Object allowedMethods


defaultAction

static java.lang.Object defaultAction


display

@Cacheable(cache = "profileCache", cacheResolver = "profileCacheResolver")
java.lang.Object display


edit

@Cacheable(cache = "profileCache", cacheResolver = "profileCacheResolver")
java.lang.Object edit


update

@CacheFlush(value = "profileCache", cacheResolver = "profileCacheResolver")
java.lang.Object update


 
Constructor Detail

ProfileController

ProfileController()


 
Method Detail

getCurrentUser

private User getCurrentUser()


 

Groovy Documentation