com.endeca.soleng.urlformatter.seo
Class LowerCaseStringFormatter

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

public class LowerCaseStringFormatter
extends Object
implements StringFormatter

A StringFormatter that formats strings to lower case. May be used by any of several classes that aggregate StringFormatters.


Constructor Summary
LowerCaseStringFormatter()
           
 
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

LowerCaseStringFormatter

public LowerCaseStringFormatter()
Method Detail

format

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


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