Uses of Class
eu.webtoolkit.jwt.Configuration

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

Uses of Configuration in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return Configuration
 Configuration WtServlet.getConfiguration()
          Returns the JWt configuration.
 

Methods in eu.webtoolkit.jwt with parameters of type Configuration
 void WtServlet.setConfiguration(Configuration configuration)
          Sets the JWt configuration.
 

Constructors in eu.webtoolkit.jwt with parameters of type Configuration
WTestEnvironment(Configuration configuration)
          Default constructor.
WTestEnvironment(Configuration configuration, EntryPointType type)
          Default constructor.