public class WebContext extends Object
构造器和说明 |
---|
WebContext(Request request,
Response response) |
限定符和类型 | 方法和说明 |
---|---|
static Blade |
blade() |
static String |
contextPath() |
static WebContext |
get() |
static void |
init(Blade blade_,
String contextPath_,
boolean ssl_) |
static boolean |
isSSL() |
static void |
remove() |
static Request |
request() |
static Response |
response() |
static void |
set(WebContext webContext) |
public static void set(WebContext webContext)
public static WebContext get()
public static void remove()
public static Request request()
public static Response response()
public static Blade blade()
public static boolean isSSL()
public static String contextPath()
Copyright © 2017. All rights reserved.