@Beta
public interface WebHandler
Modifier and Type | Field and Description |
---|---|
static int |
MAX_ORDER |
static int |
MIN_ORDER |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
WebResponse |
handle(WebRequest webRequest,
WebResponse webResponse,
WebHandlerChain webHandlerChain) |
static final int MIN_ORDER
static final int MAX_ORDER
int getOrder()
WebResponse handle(WebRequest webRequest, WebResponse webResponse, WebHandlerChain webHandlerChain) throws Exception
Exception