Uses of Interface
com.endeca.soleng.urlformatter.ERecUrlParam

Packages that use ERecUrlParam
com.endeca.soleng.urlformatter The core of the URL Optimization API containing the fundamental components required for URL manipulation and generation - including the primary UrlState class and its related UrlFormatter and QueryBuilder interfaces. 
com.endeca.soleng.urlformatter.basic Contains the BasicUrlFormatter and BasicQueryBuilder classes. 
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 ERecUrlParam in com.endeca.soleng.urlformatter
 

Methods in com.endeca.soleng.urlformatter that return ERecUrlParam
 ERecUrlParam UrlFormatter.createERecUrlParam(UrlState pUrlState, com.endeca.navigation.ERec pERec)
          Creates an URL parameter containing an ERec.
 

Uses of ERecUrlParam in com.endeca.soleng.urlformatter.basic
 

Methods in com.endeca.soleng.urlformatter.basic that return ERecUrlParam
 ERecUrlParam BasicUrlFormatter.createERecUrlParam(UrlState pUrlState, com.endeca.navigation.ERec pERec)
           
 

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

Methods in com.endeca.soleng.urlformatter.seo that return ERecUrlParam
 ERecUrlParam SeoUrlFormatter.createERecUrlParam(UrlState pUrlState, com.endeca.navigation.ERec pERec)
           
 



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