Package | Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
UrlParam |
BasicUrlFormatter.createUrlParam(UrlState pUrlState,
String pKey,
String pValue) |
Modifier and Type | Method and Description |
---|---|
abstract void |
BasicQueryBuilder.ParamBinding.bind(UrlParam pUrlParam,
UrlState pUrlState,
com.endeca.navigation.UrlENEQuery pUrlENEQuery) |
Modifier and Type | Method and Description |
---|---|
UrlParam |
SeoUrlFormatter.createUrlParam(UrlState pUrlState,
String pKey,
String pValue) |
Modifier and Type | Method and Description |
---|---|
String |
UrlParamEncoder.encodeValue(UrlState pUrlState,
UrlParam pUrlParam) |
String |
SeoNavStateEncoder.encodeValue(UrlState pUrlState,
UrlParam pUrlParam) |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.