public class FriendlyURLNormalizerImpl
extends Object
implements com.liferay.portal.kernel.util.FriendlyURLNormalizer
Constructor and Description |
---|
FriendlyURLNormalizerImpl() |
Modifier and Type | Method and Description |
---|---|
String |
normalize(String friendlyURL) |
protected String |
normalize(String friendlyURL,
boolean periodsAndSlashes) |
String |
normalize(String friendlyURL,
Pattern friendlyURLPattern)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
String |
normalizeWithEncoding(String friendlyURL) |
String |
normalizeWithPeriodsAndSlashes(String friendlyURL) |
public String normalize(String friendlyURL)
normalize
in interface com.liferay.portal.kernel.util.FriendlyURLNormalizer
@Deprecated public String normalize(String friendlyURL, Pattern friendlyURLPattern)
normalize
in interface com.liferay.portal.kernel.util.FriendlyURLNormalizer
public String normalizeWithEncoding(String friendlyURL)
normalizeWithEncoding
in interface com.liferay.portal.kernel.util.FriendlyURLNormalizer
public String normalizeWithPeriodsAndSlashes(String friendlyURL)
normalizeWithPeriodsAndSlashes
in interface com.liferay.portal.kernel.util.FriendlyURLNormalizer
protected String normalize(String friendlyURL, boolean periodsAndSlashes)