Liferay 7.0-ga1 portal-impl

com.liferay.portal.util
Class FriendlyURLNormalizerImpl

java.lang.Object
  extended by 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


Constructor Summary
FriendlyURLNormalizerImpl()
           
 
Method Summary
 String normalize(String friendlyURL)
           
protected  String normalize(String friendlyURL, boolean periodsAndSlashes)
           
 String normalize(String friendlyURL, Pattern friendlyURLPattern)
          Deprecated. As of 7.0.0, with no direct replacement
 String normalizeWithPeriodsAndSlashes(String friendlyURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FriendlyURLNormalizerImpl

public FriendlyURLNormalizerImpl()
Method Detail

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)

Liferay 7.0-ga1 portal-impl