Package cool.scx.web.vo
Class Redirection
java.lang.Object
cool.scx.web.vo.Redirection
- All Implemented Interfaces:
ScxConsumer<io.vertx.ext.web.RoutingContext,,Exception> BaseVo
重定向
- Version:
- 1.11.8
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(io.vertx.ext.web.RoutingContext routingContext) static RedirectionofPermanent(String location) 永久重定向static RedirectionofTemporary(String location) 临时重定向
-
Method Details
-
ofPermanent
永久重定向- Parameters:
location- 重定向地址- Returns:
- r
-
ofTemporary
临时重定向- Parameters:
location- 重定向地址- Returns:
- r
-
accept
public void accept(io.vertx.ext.web.RoutingContext routingContext) - Specified by:
acceptin interfaceScxConsumer<io.vertx.ext.web.RoutingContext,Exception>
-