atg.endeca.assembler.navigation
Interface NavigationStateProcessor
- public interface NavigationStateProcessor 
A processer interface to be used with NavigationStateBuilders to modify the
 created navigation state in some way.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
| Method Summary | 
|  void | process(NavigationState pNavigationState)An interface method that should contain logic to modify the passed in 
 NavigationState object in some manner.
 | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
process
void process(NavigationState pNavigationState)
- An interface method that should contain logic to modify the passed in 
 NavigationState object in some manner.
 
- 
- Parameters:
- pNavigationState- The NavigationState to modify.