|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rivetlogic.scar.action.BaseAction
public class BaseAction
Base class used by all actions. It provides access to all RAAr services and the logged in user object.
| Field Summary | |
|---|---|
protected RaarServices |
raarServices
|
protected User |
user
|
| Constructor Summary | |
|---|---|
BaseAction()
|
|
| Method Summary | |
|---|---|
User |
getUser()
|
void |
setUser(User user)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@In(value="vo.user",
scope=SESSION,
required=false)
@Out(value="vo.user",
scope=SESSION,
required=false)
protected User user
@In(value="util.raarservices",
create=true)
protected RaarServices raarServices
| Constructor Detail |
|---|
public BaseAction()
| Method Detail |
|---|
public User getUser()
public void setUser(User user)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||