setViewPath method

Application setViewPath(
  1. String viewPath
)

setViewPath is a method that sets the default path of views of the application.

Implementation

Application setViewPath(String viewPath) {
  this.viewPath = viewPath;
  return this;
}