org.springframework.extensions.surf.studio
Class AppletStateBean

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

public class AppletStateBean
extends BrowserStateBean

Implementation class for a Web Studio applet.

Author:
muzquiano
See Also:
Serialized Form

Constructor Summary
AppletStateBean(String id)
          Instantiates a new applet state bean.
 
Method Summary
 
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
 

Constructor Detail

AppletStateBean

public AppletStateBean(String id)
Instantiates a new applet state bean.

Parameters:
id - the id


Copyright © 2009 SpringSource, Inc. All Rights Reserved.