程序包 cool.scx.core.vo
类 Redirections
java.lang.Object
cool.scx.core.vo.Redirections
重定向
- 版本:
- 1.11.8
- 作者:
- scx567888
-
方法概要
修饰符和类型方法说明voidaccept(io.vertx.ext.web.RoutingContext routingContext) static RedirectionsofPermanent(String location) 永久重定向static RedirectionsofTemporary(String location) 临时重定向
-
方法详细资料
-
ofPermanent
永久重定向- 参数:
location- 重定向地址- 返回:
- r
-
ofTemporary
临时重定向- 参数:
location- 重定向地址- 返回:
- r
-
accept
public void accept(io.vertx.ext.web.RoutingContext routingContext) - 指定者:
accept在接口中cool.scx.functional.ScxConsumer<io.vertx.ext.web.RoutingContext,Exception>
-