Uses of Class
com.endeca.soleng.urlformatter.seo.UrlParamEncoder

Packages that use UrlParamEncoder
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 UrlParamEncoder in com.endeca.soleng.urlformatter.seo
 

Subclasses of UrlParamEncoder in com.endeca.soleng.urlformatter.seo
 class SeoNavStateEncoder
          Specifies the encoding of a URL parameter, can be aggregated by the SeoUrlFormatter in an UrlParamEncoder[] array using the toString method of the Long class to perform base 36 encoding.
 

Methods in com.endeca.soleng.urlformatter.seo that return UrlParamEncoder
 UrlParamEncoder SeoUrlParam.getUrlParamEncoder()
           
 UrlParamEncoder[] SeoUrlFormatter.mUrlParamEncoders()
          The UrlParamEncoder objects used by this SeoUrlFormatter.
 

Methods in com.endeca.soleng.urlformatter.seo with parameters of type UrlParamEncoder
 void SeoUrlFormatter.setUrlParamEncoders(UrlParamEncoder[] pUrlParamEncoders)
          Specifies the UrlParamEncoder objects used by this SeoUrlFormatter.
 



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