Uses of Class
com.realobjects.pdfreactor.Configuration.UrlRewriteRule
-
Uses of Configuration.UrlRewriteRule in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.UrlRewriteRule.setPattern
(String pattern) The regular expression pattern which is matched against each URL.Configuration.UrlRewriteRule.setSubstitution
(String substitution) If a URL matches thesetPattern(String)
, it is replaced by this substitution.Modifier and TypeMethodDescriptionConfiguration.UrlRewriteSettings.setRules
(Configuration.UrlRewriteRule... rules) The rules according to which URLs are rewritten.