public class AbstractUIServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static Collection<String> |
METHODS |
| Constructor and Description |
|---|
AbstractUIServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
sendFile(javax.servlet.http.HttpServletResponse response,
File resource,
String method) |
protected void |
sendURL(javax.servlet.http.HttpServletResponse response,
URL resource,
String method) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final Collection<String> METHODS
Copyright © 2011-2020-2021. All Rights Reserved.