Package org.aksw.jenax.web.server.boot
Class ServletBuilderGraphQl
java.lang.Object
org.aksw.jenax.web.server.boot.ServletBuilderGraphQl
- All Implemented Interfaces:
ServletBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.WebApplicationInitializerbuild(org.springframework.web.context.support.GenericWebApplicationContext rootContext) org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactorystatic ServletBuilderGraphQlsetGraphQlExecFactory(org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactory graphQlExecFactory)
-
Field Details
-
graphQlExecFactory
protected org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactory graphQlExecFactory
-
-
Constructor Details
-
ServletBuilderGraphQl
public ServletBuilderGraphQl()
-
-
Method Details
-
newBuilder
-
getGraphQlExecFactory
public org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactory getGraphQlExecFactory() -
setGraphQlExecFactory
public ServletBuilderGraphQl setGraphQlExecFactory(org.aksw.jenax.graphql.rdf.api.RdfGraphQlExecFactory graphQlExecFactory) -
build
public org.springframework.web.WebApplicationInitializer build(org.springframework.web.context.support.GenericWebApplicationContext rootContext) - Specified by:
buildin interfaceServletBuilder
-