Uses of Class
com.realobjects.pdfreactor.Configuration.UrlRewriteRule
Packages that use Configuration.UrlRewriteRule
-
Uses of Configuration.UrlRewriteRule in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.UrlRewriteRuleModifier 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.Methods in com.realobjects.pdfreactor with parameters of type Configuration.UrlRewriteRuleModifier and TypeMethodDescriptionConfiguration.UrlRewriteSettings.setRules
(Configuration.UrlRewriteRule... rules) The rules according to which URLs are rewritten.