Uses of Interface
de.mhus.cherry.web.api.CallContext
-
-
Uses of CallContext in de.mhus.cherry.web.api
Subinterfaces of CallContext in de.mhus.cherry.web.api Modifier and Type Interface Description interfaceInternalCallContextMethods in de.mhus.cherry.web.api that return CallContext Modifier and Type Method Description CallContextCherryApi. createCallContext(javax.servlet.Servlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)CallContextCherryApi. getCurrentCall()Methods in de.mhus.cherry.web.api with parameters of type CallContext Modifier and Type Method Description booleanWebArea. doRequest(UUID instance, CallContext call)Return true if the area was able to consume the call.voidCanTransform. doTransform(CallContext context, String template)TypeDefinitionVirtualHost. getType(CallContext context, String type)TypeDefinitionVirtualHost. prepareHead(CallContext context, String type, boolean fallback)voidVirtualHost. sendError(CallContext call, int sc, Throwable t)
-