Package com.avoka.fc.core.servlet.rest
Class RestTPacV1Servlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.avoka.fc.core.servlet.rest.AbstractRestServlet
com.avoka.fc.core.servlet.rest.RestTPacV1Servlet
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
Provides a TPac REST API Servlet.
- Since:
- 17.10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The parameter pointing to the archive file for upload operationsstatic final String
The parameter pointing to overriding existing assetsFields inherited from class com.avoka.fc.core.servlet.rest.AbstractRestServlet
CONTENT_TYPE_JSON, errorLogService, logger, userAccountDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doDelete
(HttpServletRequest request, HttpServletResponse response) protected void
doGet
(HttpServletRequest request, HttpServletResponse response) protected void
doPost
(HttpServletRequest request, HttpServletResponse response) protected String
Methods inherited from class com.avoka.fc.core.servlet.rest.AbstractRestServlet
getMultiPartRequestMap, getNonEmptyRequestPaths, getRequestParamsMap, getRequestPaths, getThreadObjectContext, getUserAccount, isAuthorized, isAuthorized, logRequest, marshallJsonObject, renderJsonResponse, renderResponse, setNoCacheHeaders
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
PARAM_ARCHIVE_FILE
The parameter pointing to the archive file for upload operations- See Also:
-
PARAM_OVERRIDE
The parameter pointing to overriding existing assets- See Also:
-
-
Constructor Details
-
RestTPacV1Servlet
public RestTPacV1Servlet()
-
-
Method Details
-
getRestBasePath
- Specified by:
getRestBasePath
in classAbstractRestServlet
- Returns:
- the REST API base path
- See Also:
-
doGet
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doGet
in classHttpServlet
- Throws:
ServletException
IOException
- See Also:
-
doDelete
protected void doDelete(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doDelete
in classHttpServlet
- Throws:
ServletException
IOException
- See Also:
-
doPost
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doPost
in classHttpServlet
- Throws:
ServletException
IOException
- See Also:
-