com.endeca.soleng.urlformatter.seo
Class UrlEncodedStringFormatter

java.lang.Object
  extended by com.endeca.soleng.urlformatter.seo.UrlEncodedStringFormatter
All Implemented Interfaces:
StringFormatter

public class UrlEncodedStringFormatter
extends Object
implements StringFormatter

A StringFormatter that URL encodes strings. May be used by any of several classes that aggregate StringFormatters.

See Also:
SeoDimLocationFormatter.setRootStringFormatter(StringFormatter), SeoDimLocationFormatter.setDimValStringFormatter(StringFormatter), SeoERecFormatter.setPropertyFormatter(StringFormatter), StringFormatterChain.setStringFormatters(StringFormatter[])

Constructor Summary
UrlEncodedStringFormatter()
           
 
Method Summary
 String format(UrlState pUrlState, String pString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlEncodedStringFormatter

public UrlEncodedStringFormatter()
Method Detail

format

public String format(UrlState pUrlState,
                     String pString)
              throws UrlFormatException
Specified by:
format in interface StringFormatter
Throws:
UrlFormatException


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.