Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Enum Classes
  • Methods
  • Annotation Interface Elements
  • Deprecated Classes
    Class
    Description
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.Builder
    use HtmxResponse as handler method argument and HtmxView, HtmxRedirectView or HtmxLocationRedirectView as handler method return type instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponseHandlerMethodReturnValueHandler
    Using HtmxResponse as handler method return value is deprecated, use HtmxView, HtmxRedirectView or HtmxLocationRedirectView instead. Will be removed in 4.0.0.
  • Deprecated Enum Classes
    Enum Class
    Description
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HxTriggerLifecycle
    use annotation HxTriggerAfterSettle or HxTriggerAfterSwap instead.
  • Deprecated Methods
    Method
    Description
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxRequest.Builder.withBoosted(boolean)
    use HtmxRequest.Builder.boosted(boolean) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxRequest.Builder.withCurrentUrl(String)
    use HtmxRequest.Builder.currentUrl(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxRequest.Builder.withHistoryRestoreRequest(boolean)
    use HtmxRequest.Builder.historyRestoreRequest(boolean) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxRequest.Builder.withPromptResponse(String)
    use HtmxRequest.Builder.promptResponse(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxRequest.Builder.withTarget(String)
    use HtmxRequest.Builder.target(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxRequest.Builder.withTriggerId(String)
    use HtmxRequest.Builder.triggerId(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxRequest.Builder.withTriggerName(String)
    use HtmxRequest.Builder.triggerName(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.addTemplate(String)
    use HtmxResponse.Builder.view(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.addTemplate(ModelAndView)
    use HtmxResponse.Builder.view(ModelAndView) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.addTemplate(View)
    use HtmxResponse.Builder.view(View) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.addTrigger(String)
    Return value is changed to void in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.addTrigger(String, String, HxTriggerLifecycle)
    use HtmxResponse.Builder.trigger(String, Object) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.and(HtmxResponse)
    use HtmxResponse.Builder.and(HtmxResponse) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.browserRedirect(String)
    use HtmxResponse.Builder.redirect(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.browserRefresh(boolean)
    use HtmxResponse.Builder.refresh() instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.builder()
    use HtmxResponse as handler method argument and HtmxView, HtmxRedirectView or HtmxLocationRedirectView as handler method return type instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.Builder.build()
    use HtmxResponse as handler method argument and HtmxView, HtmxRedirectView or HtmxLocationRedirectView as handler method return type instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.getHeaderReswap()
    use HtmxResponse.getReswap() instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.getLocation()
    Replaced by HtmxLocationRedirectView. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.getRedirect()
    Replaced by HtmxRedirectView. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.getTemplates()
    use HtmxResponse.getViews() instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.getViews()
    Replaced by HtmxView. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.isRefresh()
    Replaced by HtmxRefreshView. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.pushHistory(String)
    use HtmxResponse.Builder.pushUrl(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.reswap(HxSwapType)
    use HtmxResponse.reswap(HxSwapType) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse.retarget(String)
    use HtmxResponse.Builder.retarget(String) instead. Will be removed in 4.0.
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HxTrigger.lifecycle()
    use annotation HxTriggerAfterSettle or HxTriggerAfterSwap instead.
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    io.github.wimdeblauwe.htmx.spring.boot.mvc.HxTrigger.lifecycle()
    use annotation HxTriggerAfterSettle or HxTriggerAfterSwap instead.

Copyright © 2024. All rights reserved.