Uses of Interface
com.composum.sling.core.proxy.GenericProxyService
-
Packages that use GenericProxyService Package Description com.composum.sling.core.proxy -
-
Uses of GenericProxyService in com.composum.sling.core.proxy
Classes in com.composum.sling.core.proxy that implement GenericProxyService Modifier and Type Class Description class
GenericProxyRequest
a configurable proxy request service factory usable directly and also as a base for special proxy implementationsFields in com.composum.sling.core.proxy with type parameters of type GenericProxyService Modifier and Type Field Description protected List<GenericProxyService>
GenericProxyServlet. instances
Methods in com.composum.sling.core.proxy with parameters of type GenericProxyService Modifier and Type Method Description protected void
GenericProxyServlet. addProxyService(@NotNull GenericProxyService service)
protected void
GenericProxyServlet. removeProxyService(@NotNull GenericProxyService service)
-