musicstore.auth
[Groovy] Class ProfileController
java.lang.Object
ProfileController
class ProfileController
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() |
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
-
ProfileController
ProfileController()
-
getCurrentUser
private User getCurrentUser()
-
Groovy Documentation