Spring-controller-get-Anforderung/Antwort

Wie bekomme ich die Anforderung/Antwort -, dass ich setcookie? Darüber hinaus werden am Ende dieser Methode, wie kann ich die Umleitung zu einer anderen Seite?

@RequestMapping(value = "/dosomething", method = RequestMethod.GET)
public RETURNREDIRECTOBJ dosomething() throws IOException {
    ....
    return returnredirectpagejsp;
}
InformationsquelleAutor cometta | 2010-12-30
Schreibe einen Kommentar