Java org.springframework.security.web DefaultRedirectStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web DefaultRedirectStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web DefaultRedirectStrategy.

The text is from its open source code.

Subclass

org.springframework.security.web.DefaultRedirectStrategy has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsendRedirect(HttpServletRequest request, HttpServletResponse response, String url)
Redirects the response to the supplied URL.
voidsetContextRelative(boolean useRelativeContext)
If true, causes any redirection URLs to be calculated minus the protocol and context path (defaults to false).