|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcontrollers.JsecUserController
class JsecUserController
Property Summary | |
---|---|
static def |
allowedMethods
|
def |
create
Action to display a form for creating a new user |
def |
delete
Delete a user |
def |
edit
Action to display a user edit form |
def |
editPassword
Action to display a password change form |
def |
index
|
def |
list
List all users |
def |
save
Action to save a newly created user to the database |
def |
securityService
|
def |
show
Display a user |
def |
update
Action to update a user in the database |
def |
updatePassword
Action to update a password in the database |
Constructor Summary | |
JsecUserController()
|
Method Summary | |
---|---|
private JsecUser
|
getOrAttachUser(def id)
Returns a JsecUser with the given ID, attached to the current Hibernate session. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
static def allowedMethods
def create
def delete
def edit
def editPassword
def index
def list
def save
def securityService
def show
def update
def updatePassword
Constructor Detail |
---|
JsecUserController()
Method Detail |
---|
private JsecUser getOrAttachUser(def id)
Groovy Documentation