|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
SeoNavStateFormatter.setDimLocationFormatters(DimLocationFormatter[]),
SeoERecFormatter.setDimLocationFormatters(DimLocationFormatter[])| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 DimLocationpDimLocation - the DimLocation to be formatted
UrlFormatException - if the DimLocation cannot
be properly formatted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||