Java URL Optimization API (Core API) 2.1.0

Uses of Class
com.endeca.soleng.urlformatter.UrlFormatException

Packages that use UrlFormatException
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. 
 

Uses of UrlFormatException in com.endeca.soleng.urlformatter
 

Methods in com.endeca.soleng.urlformatter that throw UrlFormatException
 java.lang.String UrlFormatter.formatUrl(UrlState pUrlState)
          Formats the specified UrlState into an URL string.
 java.lang.String UrlParam.getEncodedKey()
          The encoded key.
 java.lang.String UrlParam.getEncodedValue()
          The encoded string value.
 UrlState UrlFormatter.parseRequest(javax.servlet.http.HttpServletRequest pRequest)
          Parses the specified request into an UrlState.
 

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

Methods in com.endeca.soleng.urlformatter.basic that throw UrlFormatException
 java.lang.String BasicUrlFormatter.formatUrl(UrlState pUrlState)
           
 UrlState BasicUrlFormatter.parseRequest(javax.servlet.http.HttpServletRequest pRequest)
           
 UrlState BasicUrlFormatter.parseRequest(java.lang.String pQueryString, java.lang.String pCharacterEncoding)
           
 


Java URL Optimization API (Core API) 2.1.0

Copyright © 2010 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Java URL Optimization API (Core API) (urlFormatterCore)
VERSION: 2.1.0
BUILD:   12010DEV
ARCH_OS: n/a
DATE:    2010-06-29T04:02:40-0400