Package net.stoerr.chatgpt.codevengine
Class UrlAction
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- net.stoerr.chatgpt.codevengine.AbstractPluginAction
-
- net.stoerr.chatgpt.codevengine.UrlAction
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class UrlAction extends AbstractPluginAction
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractPluginAction
BINARY_FILES_PATTERN, gitIgnoreRules, gson
-
-
Constructor Summary
Constructors Constructor Description UrlAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)StringgetUrl()The URL it is deployed at, e.g.StringopenApiDescription()The OpenAPI description for this operation.-
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractPluginAction
abbreviate, findMatchingFiles, getBodyParameter, getMandatoryQueryParam, getPath, getQueryParam, getSimilarFilesMessage, gitIgnored, isIgnored, isNotEmpty, sendError
-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
Description copied from class:AbstractPluginActionThe URL it is deployed at, e.g. /listFiles.- Specified by:
getUrlin classAbstractPluginAction
-
openApiDescription
public String openApiDescription()
Description copied from class:AbstractPluginActionThe OpenAPI description for this operation.- Specified by:
openApiDescriptionin classAbstractPluginAction
-
doGet
protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException- Overrides:
doGetin classjakarta.servlet.http.HttpServlet- Throws:
IOException
-
-