Polishing contribution and Theme deprecation notices

Closes gh-28870
This commit is contained in:
rstoyanchev
2022-09-28 16:22:45 +01:00
parent cde92f5e1d
commit 9eaae0fe04
15 changed files with 18 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ import org.springframework.lang.Nullable;
* @since 17.06.2003
* @see org.springframework.ui.context.Theme
* @see org.springframework.ui.context.ThemeSource
* @deprecated as of 6.0, with no direct replacement
* @deprecated as of 6.0 in favor of using CSS, without direct replacement
*/
@Deprecated(since = "6.0")
public interface ThemeResolver {

View File

@@ -25,7 +25,7 @@ import org.springframework.web.servlet.ThemeResolver;
* @author Juergen Hoeller
* @author Jean-Pierre Pawlak
* @since 17.06.2003
* @deprecated as of 6.0, with no concrete replacement
* @deprecated as of 6.0 in favor of using CSS, without direct replacement
*/
@Deprecated(since = "6.0")
public abstract class AbstractThemeResolver implements ThemeResolver {

View File

@@ -39,7 +39,7 @@ import org.springframework.web.util.WebUtils;
* @author Juergen Hoeller
* @since 17.06.2003
* @see #setThemeName
* @deprecated as of 6.0, with no direct replacement
* @deprecated as of 6.0 in favor of using CSS, without direct replacement
*/
@Deprecated(since = "6.0")
public class CookieThemeResolver extends CookieGenerator implements ThemeResolver {

View File

@@ -33,7 +33,7 @@ import org.springframework.lang.Nullable;
* @author Juergen Hoeller
* @since 17.06.2003
* @see #setDefaultThemeName
* @deprecated as of 6.0, with no direct replacement
* @deprecated as of 6.0 in favor of using CSS, without direct replacement
*/
@Deprecated(since = "6.0")
public class FixedThemeResolver extends AbstractThemeResolver {

View File

@@ -36,7 +36,7 @@ import org.springframework.web.util.WebUtils;
* @author Juergen Hoeller
* @since 17.06.2003
* @see #setThemeName
* @deprecated as of 6.0, with no concrete replacement
* @deprecated as of 6.0 in favor of using CSS, without direct replacement
*/
@Deprecated(since = "6.0")
public class SessionThemeResolver extends AbstractThemeResolver {

View File

@@ -31,7 +31,7 @@ import org.springframework.web.servlet.support.RequestContextUtils;
* @author Juergen Hoeller
* @since 20.06.2003
* @see org.springframework.web.servlet.ThemeResolver
* @deprecated as of 6.0, with no concrete replacement
* @deprecated as of 6.0 in favor of using CSS, without direct replacement
*/
@Deprecated(since = "6.0")
public class ThemeChangeInterceptor implements HandlerInterceptor {