Uses of Class
org.chenile.owiz.impl.Router
Packages that use Router
Package
Description
Orchestration Wizard routing that leverages OGNL as a scripting library.
Chenile proxy interceptors.
Multi tenancy support.
-
Uses of Router in org.chenile.owiz.impl.ognl
Subclasses of Router in org.chenile.owiz.impl.ognlModifier and TypeClassDescriptionclassEvaluateRouter<InputType>This is a specific subclass ofRouterthat uses OGNL to evaluate a boolean expression on the context.classOgnlRouter<InputType>Avoids creation of multiple routers by allowing an expression that can be utilized on the context to obtain the route. -
Uses of Router in org.chenile.proxy.interceptors
Subclasses of Router in org.chenile.proxy.interceptorsModifier and TypeClassDescriptionclassReturns the correct route based on if the service is local or remote -
Uses of Router in org.chenile.utils.tenant.commands
Subclasses of Router in org.chenile.utils.tenant.commands