|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.richclient.application.session.ApplicationSessionInitializer
public class ApplicationSessionInitializer
Constructor Summary | |
---|---|
ApplicationSessionInitializer()
|
Method Summary | |
---|---|
List<String> |
getPostStartupCommandIds()
|
List<String> |
getPreStartupCommandIds()
|
Map<String,Object> |
getSessionAttributes()
|
Map<String,Object> |
getUserAttributes()
|
void |
initializeSession()
Hook that is called before the session attributes are retrieved. |
void |
initializeUser()
Hook that is called before the user attributes are retrieved. |
void |
setPostStartupCommandIds(List<String> commandIds)
Sets the list of command ids to be executed after startup of the application window |
void |
setPreStartupCommandIds(List<String> commandIds)
Sets the list of command ids to be executed before startup of the application window |
void |
setSessionAttributes(Map<String,Object> attributes)
Sets extra session attributes to be added to the ApplicationSession after login |
void |
setUserAttributes(Map<String,Object> attributes)
Sets extra user attributes to be added to the ApplicationSession after login |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationSessionInitializer()
Method Detail |
---|
public void setUserAttributes(Map<String,Object> attributes)
public Map<String,Object> getUserAttributes()
public void setSessionAttributes(Map<String,Object> attributes)
public Map<String,Object> getSessionAttributes()
public void setPreStartupCommandIds(List<String> commandIds)
public List<String> getPreStartupCommandIds()
public void setPostStartupCommandIds(List<String> commandIds)
public List<String> getPostStartupCommandIds()
public void initializeSession()
public void initializeUser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |