Uses of Class
eu.webtoolkit.jwt.WEnvironment.ContentType

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

Uses of WEnvironment.ContentType in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return WEnvironment.ContentType
 WEnvironment.ContentType WEnvironment.getContentType()
          The type of the content provided to the browser.
static WEnvironment.ContentType WEnvironment.ContentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WEnvironment.ContentType[] WEnvironment.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.webtoolkit.jwt with parameters of type WEnvironment.ContentType
 void WTestEnvironment.setContentType(WEnvironment.ContentType contentType)
          Sets the content type.