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
 java.lang.String getLabel()
           
 int getOrder()
           
 java.lang.String getUrl()
           
 

Method Detail

getLabel

java.lang.String getLabel()

getUrl

java.lang.String getUrl()

getOrder

int getOrder()


Copyright © 2011. All Rights Reserved.