public class G9ResourceServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_MENU_BEAN
The name of the Spring bean which returns the application menu.
|
static String |
APPLICATION_MENU_TYPE
The parameter value for the "type" parameter, to be used for fetching the application menu.
|
static String |
ID_PARAM
The "id" parameter
|
static String |
OBJECT_CONTENT_TYPE
The content type used for serialized Java objects.
|
static String |
PURGE_PARAM
The "purge" parameter
|
static String |
RESOURCE_TYPE
The parameter value for the "type" parameter, to be used for fetching resources (optional).
|
static String |
TYPE_PARAM
The "type" parameter
|
static String |
URL_SUFFIX
The URL suffix which is used in the pattern for this servlet.
|
| Constructor and Description |
|---|
G9ResourceServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String URL_SUFFIX
public static final String ID_PARAM
public static final String PURGE_PARAM
public static final String TYPE_PARAM
public static final String APPLICATION_MENU_TYPE
public static final String RESOURCE_TYPE
public static final String APPLICATION_MENU_BEAN
public static final String OBJECT_CONTENT_TYPE
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2006–2020 Esito AS. All rights reserved.