public interface ServletAdapterFactory extends AdapterFactory
CdsRuntime by implementing CdsRuntimeAware.| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Servlet |
create()
Creates the adapter
Servlet |
String |
getBasePath() |
String[] |
getMappings()
Returns an array of all paths this servlet should be mapped to.
|
UrlResourcePath |
getServletPath()
Returns the
Stream of UrlResourcePaths that are exposed by the servlet. |
isEnabledjavax.servlet.Servlet create()
Servletcreate in interface AdapterFactoryServletString getBasePath()
String[] getMappings()
/**.
In the standard servlet API these are usually given only as /*.UrlResourcePath getServletPath()
Stream of UrlResourcePaths that are exposed by the servlet.UrlResourcePathsCopyright © 2022. All rights reserved.