|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Contexts<T extends javax.context.Context>
Context related operations
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_NAME
|
| Method Summary | |
|---|---|
void |
destroyContext(T context)
Destroy the context. |
T |
getDependentContext()
Returns the default dependent context |
T |
getRequestContext()
Creates a new request context |
void |
setActive(T context)
Sets the specified context as active |
void |
setInactive(T context)
Sets the specified context as inactive |
| Field Detail |
|---|
static final java.lang.String PROPERTY_NAME
| Method Detail |
|---|
void setActive(T context)
context - The context to set activevoid setInactive(T context)
context - The context to set inactiveT getRequestContext()
T getDependentContext()
void destroyContext(T context)
context -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||