|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionSearchObjectManager<T>
Provides a common access point for the setting and getting of current search related objects within the current session.
Candidates for this are objects which are related to searching. For example:SearchRequest
, NextPreviousPager
,
PagerFilter
, or the selected issue.
Method Summary | |
---|---|
T |
getCurrentObject()
|
void |
setCurrentObject(T object)
Associates the specified object to the current user's session. |
Method Detail |
---|
T getCurrentObject()
void setCurrentObject(T object)
object
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |