org.zeroexchange.web.navigation.target.key
Interface TargetKeyProvider<T extends Target>

All Known Implementing Classes:
PageTargetKeyProvider

public interface TargetKeyProvider<T extends Target>

The page title provider.

Author:
black

Method Summary
 String getMenuLeafKey(T target)
          Returns the menu list key for the specified target.
 String getTargetKey(T target)
          Returns the key for the specified target.
 

Method Detail

getTargetKey

String getTargetKey(T target)
Returns the key for the specified target.


getMenuLeafKey

String getMenuLeafKey(T target)
Returns the menu list key for the specified target.



Copyright © 2013. All Rights Reserved.