com.liferay.portal.util
Class FriendlyURLNormalizerImpl
java.lang.Object
com.liferay.portal.util.FriendlyURLNormalizerImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.util.FriendlyURLNormalizer
public class FriendlyURLNormalizerImpl
- extends Object
- implements com.liferay.portal.kernel.util.FriendlyURLNormalizer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FriendlyURLNormalizerImpl
public FriendlyURLNormalizerImpl()
normalize
public String normalize(String friendlyURL)
- Specified by:
normalize
in interface com.liferay.portal.kernel.util.FriendlyURLNormalizer
normalize
@Deprecated
public String normalize(String friendlyURL,
Pattern friendlyURLPattern)
- Deprecated. As of 7.0.0, with no direct replacement
- Specified by:
normalize
in interface com.liferay.portal.kernel.util.FriendlyURLNormalizer
normalizeWithPeriodsAndSlashes
public String normalizeWithPeriodsAndSlashes(String friendlyURL)
- Specified by:
normalizeWithPeriodsAndSlashes
in interface com.liferay.portal.kernel.util.FriendlyURLNormalizer
normalize
protected String normalize(String friendlyURL,
boolean periodsAndSlashes)