|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserContext | |
---|---|
velosurf.context | Contains all classes that can be accessed from inside a Velocity template. |
velosurf.sql | Contains all core classes dealing with the database itself. |
Uses of UserContext in velosurf.context |
---|
Methods in velosurf.context that return UserContext | |
---|---|
UserContext |
DBReference.getUserContext()
User context getter |
Methods in velosurf.context with parameters of type UserContext | |
---|---|
void |
DBReference.setUserContext(UserContext userContext)
User context setter |
Uses of UserContext in velosurf.sql |
---|
Fields in velosurf.sql with type parameters of type UserContext | |
---|---|
private java.lang.ThreadLocal<UserContext> |
Database.userContext
Thread-local user context. |
Methods in velosurf.sql that return UserContext | |
---|---|
UserContext |
Database.getUserContext()
Get this database user context (thread local) |
Methods in velosurf.sql with parameters of type UserContext | |
---|---|
void |
Database.setUserContext(UserContext userContext)
Set this database user context (thread local) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |