``` java viewResponse .path("./") .status(200) .contentype() redirectResponse .path("") .parameter("key","value"); ```