|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| org.dspace.services | Core DSpace service definitions. |
| org.dspace.services.model | Defines types managed by the core services. |
| Uses of Session in org.dspace.services |
|---|
| Methods in org.dspace.services that return Session | |
|---|---|
Session |
SessionService.getCurrentSession()
Start a new session and destroy any existing session that is known for this thread. |
| Uses of Session in org.dspace.services.model |
|---|
| Methods in org.dspace.services.model that return Session | |
|---|---|
Session |
Request.getSession()
|
| Methods in org.dspace.services.model with parameters of type Session | |
|---|---|
void |
RequestInterceptor.onEnd(String requestId,
Session session,
boolean succeeded,
Exception failure)
Take actions after the request is handled for an operation. |
void |
RequestInterceptor.onStart(String requestId,
Session session)
Take actions before the request is handled for an operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||