public class WebContext extends Object
Constructor and Description |
---|
WebContext(Request request,
Response response) |
Modifier and Type | Method and Description |
---|---|
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.