Package io.smallrye.graphql.entry.http
Class SchemaServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- io.smallrye.graphql.entry.http.SchemaServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
@WebServlet(name="SmallRyeGraphQLSchemaServlet", urlPatterns="/graphql/schema.graphql", loadOnStartup=2) public class SchemaServlet extends jakarta.servlet.http.HttpServletServing the GraphQL schema- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSCHEMA_PROP
-
Constructor Summary
Constructors Constructor Description SchemaServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
SCHEMA_PROP
public static final String SCHEMA_PROP
- See Also:
- Constant Field Values
-
-