Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.util
Interface FriendlyURLNormalizer


@ProviderType
public interface FriendlyURLNormalizer


Method Summary
 String normalize(String friendlyURL)
           
 String normalize(String friendlyURL, Pattern friendlyURLPattern)
          Deprecated. As of 7.0.0, with no direct replacement
 String normalizeWithPeriodsAndSlashes(String friendlyURL)
           
 

Method Detail

normalize

String normalize(String friendlyURL)

normalize

@Deprecated
String normalize(String friendlyURL,
                            Pattern friendlyURLPattern)
Deprecated. As of 7.0.0, with no direct replacement


normalizeWithPeriodsAndSlashes

String normalizeWithPeriodsAndSlashes(String friendlyURL)

Liferay 7.0-ga1 portal-kernel