|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPentahoRequestContextHolderStrategy
A strategy for storing an IPentahoRequestContext against a thread.
Inspired by org.springframework.security.context.SecurityContextHolderStrategy.
| Method Summary | |
|---|---|
IPentahoRequestContext |
getRequestContext()
Returns the current request context. |
void |
removeRequestContext()
Clears the current request context. |
void |
setRequestContext(IPentahoRequestContext requestContext)
Sets the current request context. |
| Method Detail |
|---|
void setRequestContext(IPentahoRequestContext requestContext)
requestContext - request context to setIPentahoRequestContext getRequestContext()
void removeRequestContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||