Package org.apache.catalina.valves.rewrite
package org.apache.catalina.valves.rewrite
-
ClassDescriptionUtility class providing built-in rewrite map implementations.RewriteMap that URL-encodes strings.RewriteMap that converts strings to lower case.RewriteMap that URL-decodes strings.RewriteMap that converts strings to upper case.Tokenizer that splits input text into tokens, respecting quoted strings (enclosed in double quotes), escape sequences, and comment lines (starting with
#).Implement a map for the txt: and rnd: mod_rewrite capabilities.Resolver abstract class.Implementation of the Resolver interface for the rewrite valve.Rewrite condition.Abstract condition interface.Lexical comparison condition.Pattern-based condition.Resource existence condition.Interface for user defined lookup/replacement logic that can be defined in arewrite.configfile by aRewriteMapdirective.Represents a rewrite rule for URL rewriting.Note: Extra caution should be used when adding a Rewrite Rule.Represents a URL substitution pattern for rewrite rules.Substitution element that produces a back-reference to a rewrite condition group.Substitution element that resolves a server variable.Substitution element that resolves an environment variable.Substitution element that resolves an HTTP header variable.Substitution element that resolves an SSL variable.Substitution element that produces a static string value.Abstract base class for individual substitution elements.