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

Packages that use StringFormatter
com.endeca.soleng.urlformatter.seo Contains the SeoUrlFormatter and its associated classes for configuring and tuning the behavior of this SEO-friendly implementation of the core UrlFormatter interface. 
 

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.
 



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