| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavStateUrlParam
An interface used internally by an UrlState to manage
 state for navigation pages. This is an internal
 interface used by an UrlState. You shouldn't need to use
 this interface unless you are implementing a custom UrlFormatter.
UrlFormatter.createNavStateUrlParam(UrlState)| Method Summary | |
|---|---|
|  com.endeca.navigation.DimLocationList | getDimLocationList()Internal method delegated from an UrlState. | 
|  void | removeDescriptor(com.endeca.navigation.DimVal pDescriptor)Internal method delegated from an UrlState. | 
|  void | selectAncestor(com.endeca.navigation.DimVal pAncestor,
               com.endeca.navigation.DimVal pDescriptor)Internal method delegated from an UrlState. | 
|  void | selectRefinement(com.endeca.navigation.Dimension pRefinementDimension,
                 com.endeca.navigation.DimVal pRefinement)Internal method delegated from an UrlState. | 
|  void | selectRefinement(com.endeca.navigation.DimLocation pRefinement)Internal method delegated from an UrlState. | 
|  void | setDimLocationList(com.endeca.navigation.DimensionList pDescriptorDimensionList)Internal method delegated from an UrlState. | 
|  void | setDimLocationList(com.endeca.navigation.DimLocationList pDimLocationList)Internal method delegated from an UrlState. | 
|  void | setDimLocationList(com.endeca.navigation.ERec pERec,
                   com.endeca.navigation.DimValList pDimValList)Internal method delegated from an UrlState. | 
| Methods inherited from interface com.endeca.soleng.urlformatter.UrlParam | 
|---|
| clone, getEncodedKey, getEncodedValue, getKey, getValue | 
| Method Detail | 
|---|
void setDimLocationList(com.endeca.navigation.DimLocationList pDimLocationList)
UrlState.
UrlState.setNavState(DimLocationList)void setDimLocationList(com.endeca.navigation.DimensionList pDescriptorDimensionList)
UrlState.
UrlState.setNavState(DimensionList)
void setDimLocationList(com.endeca.navigation.ERec pERec,
                        com.endeca.navigation.DimValList pDimValList)
UrlState.
UrlState.setNavState(ERec,DimValList)com.endeca.navigation.DimLocationList getDimLocationList()
UrlState.
UrlState.getNavState()
void selectAncestor(com.endeca.navigation.DimVal pAncestor,
                    com.endeca.navigation.DimVal pDescriptor)
UrlState.
UrlState.selectAncestor(DimVal,DimVal,boolean)void removeDescriptor(com.endeca.navigation.DimVal pDescriptor)
UrlState.
UrlState.removeDescriptor(DimVal,boolean)
void selectRefinement(com.endeca.navigation.Dimension pRefinementDimension,
                      com.endeca.navigation.DimVal pRefinement)
UrlState.
UrlState.selectRefinement(Dimension,DimVal,boolean)void selectRefinement(com.endeca.navigation.DimLocation pRefinement)
UrlState.
UrlState.selectRefinement(DimLocation,boolean)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||