com.endeca.soleng.urlformatter.seo
Interface StringFormatter

All Known Implementing Classes:
LowerCaseStringFormatter, RegexStringFormatter, StringFormatterChain, UpperCaseStringFormatter, UrlEncodedStringFormatter

public interface StringFormatter

An interface for string formatting, implementations of which are aggregated by SeoDimLocationFormatter, SeoERecFormatter, SeoAggrERecFormatter, and StringFormatterChain.


Method Summary
 String format(UrlState pUrlState, String pString)
           
 

Method Detail

format

String format(UrlState pUrlState,
              String pString)
              throws UrlFormatException
Throws:
UrlFormatException


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