| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUser
Basic implementation of a User.
|
| Modifier and Type | Method and Description |
|---|---|
User |
SecurityException.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAction.execute(User user,
Object... params)
Execute this action.
|
protected void |
AbstractAction.postRun(User user,
Object... params)
Called after action execution.
|
protected void |
AbstractAction.preRun(User user,
Object... params)
Called before action execution.
|
protected abstract void |
AbstractAction.run(User user,
Object... params)
Actual action code.
|
Copyright © 2015 Agapsys Tecnologia Ltda-ME. All rights reserved.