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 | Method and Description |
---|---|
NavStateUrlParam |
UrlFormatter.createNavStateUrlParam(UrlState pUrlState)
Creates an URL parameter containing an empty
NavState . |
Modifier and Type | Method and Description |
---|---|
NavStateUrlParam |
BasicUrlFormatter.createNavStateUrlParam(UrlState pUrlState) |
Modifier and Type | Method and Description |
---|---|
NavStateUrlParam |
SeoUrlFormatter.createNavStateUrlParam(UrlState pUrlState) |
Modifier and Type | Method and Description |
---|---|
void |
SeoNavStateCanonicalizer.canonicalize(NavStateUrlParam pNavState) |
void |
NavStateCanonicalizer.canonicalize(NavStateUrlParam pNavState) |
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.