Uses of Interface
de.aristaflow.adept2.base.servletcontainer.DynamicServlet
Packages that use DynamicServlet
Package
Description
-
Uses of DynamicServlet in de.aristaflow.adept2.base.servlet
Classes in de.aristaflow.adept2.base.servlet that implement DynamicServletModifier and TypeClassDescriptionclassde.aristaflow.adept2.base.servlet.SimpleServingServlet -
Uses of DynamicServlet in de.aristaflow.adept2.base.servletcontainer
Classes in de.aristaflow.adept2.base.servletcontainer that implement DynamicServletModifier and TypeClassDescriptionclassThis servlet simply returnsHttpServletResponse.SC_NOT_FOUNDto any request.classA simple wrapper to provideDynamicServletfor aHttpServlet.Methods in de.aristaflow.adept2.base.servletcontainer with parameters of type DynamicServletModifier and TypeMethodDescriptionServletService.deployWebApp(String hierarchicalContext, DynamicServlet servlet, Map<String, Object> contextAttrs) Deploys the designated servlet via this service with the designated hierarchical context having the designated servlet context attributes.ServletService.deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String, String> initParams, Map<String, Object> contextAttrs, String urlMapping, boolean asyncSupported) Deploys the designated servlet via this service with the designated hierarchical context having the designated servlet context attributes. -
Uses of DynamicServlet in de.aristaflow.adept2.base.servletcontainer.demux
Classes in de.aristaflow.adept2.base.servletcontainer.demux that implement DynamicServletModifier and TypeClassDescriptionclassThis servlet allows to register sub servlets at runtime, i.Fields in de.aristaflow.adept2.base.servletcontainer.demux declared as DynamicServletModifier and TypeFieldDescriptionprotected final DynamicServletDemuxServlet.default404The default 404 servlet used in case no other servlet has been found for a specific path/target.protected final DynamicServletDeferredDynamic.servletThe servlet thisDeferredDynamichandles and initialises.Fields in de.aristaflow.adept2.base.servletcontainer.demux with type parameters of type DynamicServletModifier and TypeFieldDescriptionprotected final org.eclipse.jetty.http.pathmap.PathMappings<DynamicServlet>DemuxServlet.pathMappingsAll path mappings known by this demultiplexing servlet.protected final Map<String,Pair<DynamicServlet, String>> DemuxServlet.servletsAll sub servlets registered at this servlet (or rather the corresponding servlet context).Methods in de.aristaflow.adept2.base.servletcontainer.demux that return types with arguments of type DynamicServletModifier and TypeMethodDescriptionprotected Pair<DynamicServlet,String> DemuxServlet.getServletForTarget(String target) Gets the servlet for the designated (request) target.Methods in de.aristaflow.adept2.base.servletcontainer.demux with parameters of type DynamicServletModifier and TypeMethodDescriptionprotected Collection<String>DemuxServlet.addServletWithMapping(DynamicServlet servlet, Collection<String> pathSpec) Adds the designated servlet with the designated path specifications.protected voidDemuxServlet.removeServletWithMapping(DynamicServlet servlet) Remove all previously added URL mappings for the designated servlet.protected voidDemuxServlet.subServletDeployed(DynamicServlet servlet, String servletContext) Signals that the designated sub servlet has been deployed now.Constructors in de.aristaflow.adept2.base.servletcontainer.demux with parameters of type DynamicServletModifierConstructorDescriptionDeferredDynamic(DynamicServlet servlet, DemuxServlet demuxServlet, jakarta.servlet.ServletContext servletContext, Map<String, String> contextInitParams) Creates a newDeferredDynamicfor the designated servlet using the designated multiplexing servlet and having the designated (deferred) servlet context and init parameters. -
Uses of DynamicServlet in de.aristaflow.adept2.base.servletcontainer.dynamic
Fields in de.aristaflow.adept2.base.servletcontainer.dynamic with type parameters of type DynamicServletModifier and TypeFieldDescriptionprotected final ConcurrentMap<Pair<String,String>, Pair<DynamicServlet, jakarta.servlet.ServletContext>> EmbeddedServletService.servletsAll servlets deployed via this service.Methods in de.aristaflow.adept2.base.servletcontainer.dynamic with parameters of type DynamicServletModifier and TypeMethodDescriptionEmbeddedServletService.deployWebApp(String hierarchicalContext, DynamicServlet servlet, Map<String, Object> contextAttrs) EmbeddedServletService.deployWebApp(String hierarchicalContext, Class<?> baseClass, DynamicServlet servlet, Map<String, String> initParams, Map<String, Object> contextAttrs, String urlMapping, boolean asyncSupported) -
Uses of DynamicServlet in de.aristaflow.adept2.ui.htmlgui.httpservice
Classes in de.aristaflow.adept2.ui.htmlgui.httpservice that implement DynamicServletModifier and TypeClassDescriptionclassServlet implementation for the HTTP service of the HTML context. -
Uses of DynamicServlet in de.aristaflow.adept2.ui.web
Classes in de.aristaflow.adept2.ui.web that implement DynamicServletModifier and TypeClassDescriptionclassA simple servlet providing the web UI from a base URL.