Uses of Interface
eos.web.Pointcut
-
Packages that use Pointcut Package Description eos eos.processor eos.startup -
-
Uses of Pointcut in eos
Methods in eos that return types with arguments of type Pointcut Modifier and Type Method Description Map<String,Pointcut>Eos.Cache. getPointCuts()Methods in eos with parameters of type Pointcut Modifier and Type Method Description booleanEos. registerPointcut(Pointcut pointcut)Method parameters in eos with type arguments of type Pointcut Modifier and Type Method Description Eos.Cache.BuilderEos.Cache.Builder. withPointCuts(Map<String,Pointcut> pointcuts) -
Uses of Pointcut in eos.processor
Method parameters in eos.processor with type arguments of type Pointcut Modifier and Type Method Description StringUxProcessor. process(Map<String,Pointcut> pointcuts, String view, HttpResponse httpResponse, HttpRequest request, HttpExchange exchange) -
Uses of Pointcut in eos.startup
Constructor parameters in eos.startup with type arguments of type Pointcut Constructor Description ExchangeStartup(Map<String,Pointcut> pointcuts, Map<String,Interceptor> interceptors, UxProcessor uxProcessor)
-