Uses of Class
net.officefloor.server.http.servlet.HttpServletOfficeFloorBridge
Packages that use HttpServletOfficeFloorBridge
-
Uses of HttpServletOfficeFloorBridge in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet that return HttpServletOfficeFloorBridgeModifier and TypeMethodDescriptionstatic HttpServletOfficeFloorBridgeHttpServletHttpServerImplementation.load(HttpServletHttpServerImplementation.HttpServletOfficeFloorLoader loader) Loads theHttpServletHttpServerImplementation. -
Uses of HttpServletOfficeFloorBridge in net.officefloor.spring.starter.rest
Methods in net.officefloor.spring.starter.rest that return HttpServletOfficeFloorBridgeModifier and TypeMethodDescriptionOfficeFloorRestSpringBootStarter.getBridge()Obtains theHttpServletOfficeFloorBridge.Constructors in net.officefloor.spring.starter.rest with parameters of type HttpServletOfficeFloorBridgeModifierConstructorDescriptionOfficeFloorHandlerInterceptor(HttpServletOfficeFloorBridge bridge, OfficeFloorRestEndpoint restEndpoint, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter> handlerAdapterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.DispatcherServlet> dispatcherServletProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.context.ApplicationContext> applicationContextProvider, List<SpringExceptionHandler> exceptionHandlers) Instantiate.