Class SimpleView
- java.lang.Object
-
- jetbrains.buildServer.controllers.SimpleView
-
public class SimpleView extends Object
Helper class to create Model and View for a given string. Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 28.12.11 22:18- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor Description SimpleView()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.web.servlet.ModelAndView
createTextView(String message)
Creates simple view which will display the specified message.
-
-
-
Method Detail
-
createTextView
@NotNull public static org.springframework.web.servlet.ModelAndView createTextView(@NotNull String message)
Creates simple view which will display the specified message.- Parameters:
message
- message to display- Returns:
- simple view which will display the specified message
- Since:
- 7.0
-
-