public interface DimLocationFormatter
An extension point used by various SEO URL formatting classes to control
the rendering of DimLocation
objects into path-encoded
keyword strings.
Modifier and Type | Method and Description |
---|---|
String |
formatDimLocation(UrlState pUrlState,
com.endeca.navigation.DimLocation pDimLocation)
Formats the specified
DimLocation for the specified
UrlState . |
Object |
getKey()
The dimension name or id used to associate a
DimLocationFormatter
with a specific dimension. |
Object getKey()
DimLocationFormatter
with a specific dimension.String
or Long
respectively)SeoNavStateFormatter.setUseDimensionNameAsKey(boolean)
,
SeoERecFormatter.setUseDimensionNameAsKey(boolean)
String formatDimLocation(UrlState pUrlState, com.endeca.navigation.DimLocation pDimLocation) throws UrlFormatException
DimLocation
for the specified
UrlState
.pUrlState
- the UrlState
that contains the
specified DimLocation
pDimLocation
- the DimLocation
to be formattedUrlFormatException
- if the DimLocation
cannot
be properly formattedCopyright © 2015, Oracle and/or its affiliates. All rights reserved.