Class Configuration.UrlRewriteRule
java.lang.Object
net.sf.jailer.configuration.Configuration.UrlRewriteRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the URL pattern to match.Gets the replacement string.voidsetPattern(String pattern) Sets the URL pattern to match.voidsetReplacement(String replacement) Sets the replacement string.
-
Constructor Details
-
UrlRewriteRule
public UrlRewriteRule()
-
-
Method Details
-
getPattern
-
setPattern
Sets the URL pattern to match.- Parameters:
pattern- the URL pattern to set
-
getReplacement
-
setReplacement
Sets the replacement string.- Parameters:
replacement- the replacement string to set
-