org.springframework.extensions.surf.studio
Class ApplicationStateBean

java.lang.Object
  extended by org.springframework.extensions.surf.studio.BrowserStateBean
      extended by org.springframework.extensions.surf.studio.ApplicationStateBean
All Implemented Interfaces:
Serializable

public class ApplicationStateBean
extends BrowserStateBean

Implementation class for a Web Studio application.

Author:
muzquiano
See Also:
Serialized Form

Field Summary
protected  Map<String,AppletStateBean> applets
           
 
Constructor Summary
ApplicationStateBean(String id)
          Instantiates a new application state bean.
 
Method Summary
 AppletStateBean[] getApplets()
          Retrives the applets that are part of this application
 
Methods inherited from class org.springframework.extensions.surf.studio.BrowserStateBean
addCssFile, addDomFile, addJsFile, clearDependencies, disable, enable, get, getClassname, getCssFiles, getDescription, getDomFiles, getId, getJsFiles, getProperties, getTitle, isEnabled, put, remove, removeProperties, setClassname, setDescription, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applets

protected Map<String,AppletStateBean> applets
Constructor Detail

ApplicationStateBean

public ApplicationStateBean(String id)
Instantiates a new application state bean.

Parameters:
id - the id
Method Detail

getApplets

public AppletStateBean[] getApplets()
Retrives the applets that are part of this application

Returns:


Copyright © 2009 SpringSource, Inc. All Rights Reserved.