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. |
Class and Description |
---|
UrlFormatter
An interface that is responsible for formatting
UrlState
objects into URL strings. |
UrlState
An object that represents URL state for a web application request - a
central component for this API.
|
Class and Description |
---|
AggrERecUrlParam
An interface used internally by an
UrlState to store
an AggrERec for aggregate record detail page links. |
ERecUrlParam
An interface used internally by an
UrlState to store
an ERec for record detail page links. |
NavStateUrlParam
An interface used internally by an
UrlState to manage
state for navigation pages. |
QueryBuildException
Indicates that an error occurred while marshaling an
UrlState
into an ENEQuery object. |
UrlFormatException
Indicates that an error occurred while formatting an
UrlState
object into an URL string - or while parsing a request into an UrlState . |
UrlFormatter
An interface that is responsible for formatting
UrlState
objects into URL strings. |
UrlParam
An interface used internally by an
UrlState to store
a single URL parameter. |
UrlState
An object that represents URL state for a web application request - a
central component for this API.
|
Class and Description |
---|
AggrERecUrlParam
An interface used internally by an
UrlState to store
an AggrERec for aggregate record detail page links. |
ERecUrlParam
An interface used internally by an
UrlState to store
an ERec for record detail page links. |
NavStateUrlParam
An interface used internally by an
UrlState to manage
state for navigation pages. |
QueryBuilder
An interface that is responsible for marshaling
UrlState
objects into ENEQuery objects. |
QueryBuildException
Indicates that an error occurred while marshaling an
UrlState
into an ENEQuery object. |
UrlFormatException
Indicates that an error occurred while formatting an
UrlState
object into an URL string - or while parsing a request into an UrlState . |
UrlFormatter
An interface that is responsible for formatting
UrlState
objects into URL strings. |
UrlParam
An interface used internally by an
UrlState to store
a single URL parameter. |
UrlState
An object that represents URL state for a web application request - a
central component for this API.
|
Class and Description |
---|
AggrERecUrlParam
An interface used internally by an
UrlState to store
an AggrERec for aggregate record detail page links. |
ERecUrlParam
An interface used internally by an
UrlState to store
an ERec for record detail page links. |
NavStateUrlParam
An interface used internally by an
UrlState to manage
state for navigation pages. |
UrlFormatException
Indicates that an error occurred while formatting an
UrlState
object into an URL string - or while parsing a request into an UrlState . |
UrlFormatter
An interface that is responsible for formatting
UrlState
objects into URL strings. |
UrlParam
An interface used internally by an
UrlState to store
a single URL parameter. |
UrlState
An object that represents URL state for a web application request - a
central component for this API.
|
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.