| Package | Description |
|---|---|
| com.endeca.infront.navigation.url |
Contains URL-based implementations of the interfaces in
com.endeca.infront.navigation for making requests to an MDEX server. |
| 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 | Method and Description |
|---|---|
UrlFormatter |
UrlNavigationStateBuilder.getUrlFormatter()
Returns the UrlFormatter associated with this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UrlNavigationStateBuilder.setUrlFormatter(UrlFormatter urlFormatter)
Sets the UrlFormatter associated with this class.
|
| Constructor and Description |
|---|
UrlState(UrlFormatter pUrlFormatter,
String pEncoding)
Constructs an empty
UrlState object. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicUrlFormatter
An
UrlFormatter that formats traditional Endeca URLs. |
| Modifier and Type | Class and Description |
|---|---|
class |
SeoUrlFormatter
An
UrlFormatter that parses and formats optimized URLs. |
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.