|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.surf.studio.WebStudioStateBean
public class WebStudioStateBean
Manages client side state for the Web Studio application
| Field Summary | |
|---|---|
protected HashMap<String,AppletStateBean> |
applets
|
protected HashMap<String,ApplicationStateBean> |
applications
|
| Constructor Summary | |
|---|---|
WebStudioStateBean()
|
|
| Method Summary | |
|---|---|
String[] |
getAppletIds()
Returns an array of applet ids for Web Studio |
AppletStateBean |
getAppletState(String id)
Retrives the applet state for a given applet id |
String[] |
getApplicationIds()
Returns an array of application ids for Web Studio |
ApplicationStateBean |
getApplicationState(String id)
Retrieves the application state for a given application id |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HashMap<String,ApplicationStateBean> applications
protected HashMap<String,AppletStateBean> applets
| Constructor Detail |
|---|
public WebStudioStateBean()
| Method Detail |
|---|
public String[] getApplicationIds()
public ApplicationStateBean getApplicationState(String id)
id -
public String[] getAppletIds()
public AppletStateBean getAppletState(String id)
id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||