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

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

Subinterfaces of UrlParam in com.endeca.soleng.urlformatter
 interface AggrERecUrlParam
          An interface used internally by an UrlState to store an AggrERec for aggregate record detail page links.
 interface ERecUrlParam
          An interface used internally by an UrlState to store an ERec for record detail page links.
 interface NavStateUrlParam
          An interface used internally by an UrlState to manage state for navigation pages.
 

Methods in com.endeca.soleng.urlformatter that return UrlParam
 UrlParam UrlFormatter.createUrlParam(UrlState pUrlState, String pKey, String pValue)
          Creates an URL parameter for the specified UrlState.
 UrlParam UrlState.getUrlParam(String pKey)
          Returns the full UrlParam value associated with the specified key in the underlying parameter map.
 

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

Methods in com.endeca.soleng.urlformatter.basic that return UrlParam
 UrlParam BasicUrlFormatter.createUrlParam(UrlState pUrlState, String pKey, String pValue)
           
 

Methods in com.endeca.soleng.urlformatter.basic with parameters of type UrlParam
abstract  void BasicQueryBuilder.ParamBinding.bind(UrlParam pUrlParam, UrlState pUrlState, com.endeca.navigation.UrlENEQuery pUrlENEQuery)
           
 

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

Methods in com.endeca.soleng.urlformatter.seo that return UrlParam
 UrlParam SeoUrlFormatter.createUrlParam(UrlState pUrlState, String pKey, String pValue)
           
 

Methods in com.endeca.soleng.urlformatter.seo with parameters of type UrlParam
 String UrlParamEncoder.encodeValue(UrlState pUrlState, UrlParam pUrlParam)
           
 String SeoNavStateEncoder.encodeValue(UrlState pUrlState, UrlParam pUrlParam)
           
 



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