org.springframework.batch.admin.web.resources
Interface Menu

All Known Implementing Classes:
BaseMenu

public interface Menu

Interface for menu component contributions. Any Spring component implementing this interface will be used to create a menu on the navigation bar.

Author:
Dave Syer

Method Summary
 String getLabel()
           
 int getOrder()
           
 String getUrl()
           
 

Method Detail

getLabel

String getLabel()

getUrl

String getUrl()

getOrder

int getOrder()


Copyright © 2013. All Rights Reserved.