Java URL Optimization API (SEO API) 2.1.1

Uses of Interface
com.endeca.soleng.urlformatter.seo.StringFormatter

Uses of StringFormatter in com.endeca.soleng.urlformatter.seo
 

Classes in com.endeca.soleng.urlformatter.seo that implement StringFormatter
 class LowerCaseStringFormatter
          A StringFormatter that formats strings to lower case.
 class RegexStringFormatter
          A StringFormatter that specifies a regular expression for find/replace manipulations on strings.
 class StringFormatterChain
          A StringFormatter that aggregates an array of StringFormatter objects, which it uses to apply a series of operations on a string.
 class UpperCaseStringFormatter
          A StringFormatter that formats strings to upper case.
 class UrlEncodedStringFormatter
          A StringFormatter that URL encodes strings.
 

Methods in com.endeca.soleng.urlformatter.seo that return StringFormatter
 StringFormatter SeoDimLocationFormatter.getDimValStringFormatter()
          The StringFormatter that is used to process the ancestor and descriptor DimVal names.
 StringFormatter SeoERecFormatter.getPropertyFormatter()
           
 StringFormatter SeoDimLocationFormatter.getRootStringFormatter()
          The StringFormatter that is used to process the root DimVal name.
 StringFormatter[] StringFormatterChain.getStringFormatters()
           
 

Methods in com.endeca.soleng.urlformatter.seo with parameters of type StringFormatter
 void SeoDimLocationFormatter.setDimValStringFormatter(StringFormatter pDimValStringFormatter)
          Specifies the StringFormatter that is used to process the ancestor and descriptor DimVal names.
 void SeoERecFormatter.setPropertyFormatter(StringFormatter pPropertyFormatter)
          Specifies a class that implements StringFormatter to format each of the properties included in the propertyKeys.
 void SeoDimLocationFormatter.setRootStringFormatter(StringFormatter pRootStringFormatter)
          Specifies the StringFormatter that is used to process the root DimVal name.
 void StringFormatterChain.setStringFormatters(StringFormatter[] pStringFormatters)
          Specifies an array of StringFormatters to be applied.
 


Java URL Optimization API (SEO API) 2.1.1

Copyright © 2012 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Java URL Optimization API (SEO API) (urlFormatterSeo)
VERSION: 2.1.1
BUILD:   12083DEV
ARCH_OS: n/a
DATE:    2012-02-16T20:40:10-0500