Uses of Class
io.undertow.servlet.compat.rewrite.Substitution
-
Packages that use Substitution Package Description io.undertow.servlet.compat.rewrite -
-
Uses of Substitution in io.undertow.servlet.compat.rewrite
Fields in io.undertow.servlet.compat.rewrite declared as Substitution Modifier and Type Field Description protected Substitution
RewriteRule. cookieSubstitution
protected Substitution
RewriteRule. substitution
protected Substitution
RewriteCond. test
Fields in io.undertow.servlet.compat.rewrite with type parameters of type Substitution Modifier and Type Field Description protected java.util.ArrayList<Substitution>
RewriteRule. envSubstitution
Methods in io.undertow.servlet.compat.rewrite that return Substitution Modifier and Type Method Description Substitution
RewriteRule. getSubstitution()
Methods in io.undertow.servlet.compat.rewrite with parameters of type Substitution Modifier and Type Method Description void
RewriteRule. setSubstitution(Substitution substitution)
-