|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.json.AppState
public class AppState
AppState object comes from javascript on ajax requests
Constructor Summary | |
---|---|
AppState()
|
Method Summary | |
---|---|
Map<String,GuiHideShow> |
getHideShows()
hide shows, the name, and if showing, text, etc. |
Map<String,GuiPaging> |
getPagers()
pagers keep track of which page and how many on a page |
Object |
getUrlArgObjectMap()
placeholder since safari sends back this function return null |
Map<String,String> |
getUrlArgObjects()
|
String |
getUrlInCache()
urlInCache |
void |
initRequest()
init a request with app state (from browser) |
boolean |
isInitted()
if the javascript is initted |
boolean |
isInittedSimpleMembershipUpdate()
if simple membership update is initted |
static AppState |
retrieveFromRequest()
retrieveFromRequest, must not be null |
void |
setHideShows(Map<String,GuiHideShow> hideShows1)
hide shows, the name, and if showing, text, etc. |
void |
setInitted(boolean initted1)
if the javascript is initted |
void |
setInittedSimpleMembershipUpdate(boolean inittedSimpleMembershipUpdate1)
if simple membership update is initted |
void |
setPagers(Map<String,GuiPaging> pagers1)
pagers keep track of which page and how many on a page |
void |
setUrlArgObjectMap(Object urlArgObjectMap)
placeholder since safari sends back this function |
void |
setUrlArgObjects(Map<String,String> urlArgObjects1)
|
void |
setUrlInCache(String urlInCache1)
urlInCache |
void |
storeToRequest()
store to request scope |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppState()
Method Detail |
---|
public boolean isInittedSimpleMembershipUpdate()
public void setInittedSimpleMembershipUpdate(boolean inittedSimpleMembershipUpdate1)
inittedSimpleMembershipUpdate1
- the inittedSimpleMembershipUpdate to setpublic Object getUrlArgObjectMap()
public void setUrlArgObjectMap(Object urlArgObjectMap)
urlArgObjectMap
- public void storeToRequest()
public static AppState retrieveFromRequest()
public boolean isInitted()
public void setInitted(boolean initted1)
initted1
- the initted to setpublic void initRequest()
public String getUrlInCache()
public void setUrlInCache(String urlInCache1)
urlInCache1
- the urlInCache to setpublic Map<String,GuiHideShow> getHideShows()
hide shows, the name, and if showing, text, etc. Anything with class: shows_hideShowName, e.g. shows_simpleMembershipAdvanced Anything with class: hides_hideShowName, e.g. hides_simpleMembershipAdvanced will show if false.
public void setHideShows(Map<String,GuiHideShow> hideShows1)
hide shows, the name, and if showing, text, etc. Anything with class: shows_hideShowName, e.g. shows_simpleMembershipAdvanced Anything with class: hides_hideShowName, e.g. hides_simpleMembershipAdvanced will show if false.
hideShows1
- the hideShows to setpublic Map<String,GuiPaging> getPagers()
pagers keep track of which page and how many on a page
public void setPagers(Map<String,GuiPaging> pagers1)
pagers keep track of which page and how many on a page
pagers1
- the pagers to setpublic Map<String,String> getUrlArgObjects()
public void setUrlArgObjects(Map<String,String> urlArgObjects1)
urlArgObjects1
- the urlArgObjects to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |