Package | Description |
---|---|
cn.orionsec.kit.lang.define.wrapper |
Modifier and Type | Method and Description |
---|---|
UrlWrapper<T> |
UrlWrapper.data(T data) |
static <T> UrlWrapper<T> |
UrlWrapper.get()
初始化
|
static <T> UrlWrapper<T> |
UrlWrapper.get(T data) |
static <T> UrlWrapper<T> |
UrlWrapper.redirect()
重定向页面
|
static <T> UrlWrapper<T> |
UrlWrapper.redirect(String url) |
static <T> UrlWrapper<T> |
UrlWrapper.redirect(String url,
T data) |
static <T> UrlWrapper<T> |
UrlWrapper.refresh()
刷新页面
|
static <T> UrlWrapper<T> |
UrlWrapper.refresh(T data) |
UrlWrapper<T> |
UrlWrapper.type(int type) |
UrlWrapper<T> |
UrlWrapper.url(String url) |
Copyright © 2024. All rights reserved.