|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionContextProvider
Interface for a context provider. Objects of this class provide special context, e.g. authentication or portal. The provider has to take care that the context is instantiated and managed correctly: for example a request context object should only created once per request, an authentication context once per session etc.
Field Summary | |
---|---|
static String |
ROLE
Deprecated. |
Method Summary | |
---|---|
boolean |
existsSessionContext(String name)
Deprecated. Does the context exist? |
SessionContext |
getSessionContext(String name)
Deprecated. Get the context |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
SessionContext getSessionContext(String name) throws ProcessingException
name
- The name of the context
ProcessingException
- If the context is not available.boolean existsSessionContext(String name) throws ProcessingException
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |