com.endeca.b2creference.utils
Class UrlUtils

java.lang.Object
  extended by com.endeca.b2creference.utils.UrlUtils

public class UrlUtils
extends java.lang.Object


Field Summary
static java.lang.String REQUEST_PARAM_ADDITIONAL_DVAL_IDS
           
static java.lang.String REQUEST_PARAM_PREVIEW_APP
           
 
Constructor Summary
UrlUtils()
           
 
Method Summary
static boolean isPreviewAppRequest(javax.servlet.http.HttpServletRequest request)
           
static com.endeca.soleng.urlformatter.UrlState parseStandardUrl(javax.servlet.http.HttpServletRequest request, LocalizedUrlFormatter localizedUrlFormatter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PARAM_ADDITIONAL_DVAL_IDS

public static final java.lang.String REQUEST_PARAM_ADDITIONAL_DVAL_IDS
See Also:
Constant Field Values

REQUEST_PARAM_PREVIEW_APP

public static final java.lang.String REQUEST_PARAM_PREVIEW_APP
See Also:
Constant Field Values
Constructor Detail

UrlUtils

public UrlUtils()
Method Detail

parseStandardUrl

public static final com.endeca.soleng.urlformatter.UrlState parseStandardUrl(javax.servlet.http.HttpServletRequest request,
                                                                             LocalizedUrlFormatter localizedUrlFormatter)
                                                                      throws com.endeca.soleng.urlformatter.UrlFormatException
Throws:
com.endeca.soleng.urlformatter.UrlFormatException

isPreviewAppRequest

public static final boolean isPreviewAppRequest(javax.servlet.http.HttpServletRequest request)