@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() |
void |
handle(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
WebHandlerChain chain) |
static final int MIN_ORDER
static final int MAX_ORDER
int getOrder()
void handle(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, WebHandlerChain chain) throws Exception
Exception