-
Deprecated Classes
-
Deprecated FieldsFieldDescriptionUse datasources insteadUse datasources instead
-
Deprecated MethodsMethodDescriptionThis method depends on current HTTP request, and thus can be used only from web controllers.Using this static method make it hard to test. A better option is to @Inject WSClient instance to your class.instead if throwing an exception we recommend to RETURN the result. It makes your code clear and testable. Use method
Controller.forbiddenResult()
.instead if throwing an exception we recommend to RETURN the result. It makes your code clear and testable. Use methodController.forbiddenResult()
.Use/override method with flash parameter
-
Deprecated Constructors
File
instead.