Uses of Class
eu.webtoolkit.jwt.WApplication

Packages that use WApplication
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
 

Uses of WApplication in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return WApplication
abstract  WApplication WtServlet.createApplication(WEnvironment env)
          Creates a new application for a new session.
static WApplication WApplication.getInstance()
          Returns the current application instance.
 

Methods in eu.webtoolkit.jwt with parameters of type WApplication
 void WCssStyleSheet.javaScriptUpdate(WApplication app, java.io.Writer js, boolean all)
           
protected  void WLabel.updateImage(eu.webtoolkit.jwt.DomElement element, boolean all, WApplication app, int pos)
           
protected  void WLabel.updateText(eu.webtoolkit.jwt.DomElement element, boolean all, WApplication app, int pos)