org.shept.org.springframework.web.servlet.mvc.delegation
Interface SubCommandProvider

All Known Implementing Classes:
DefaultCommandObject

public interface SubCommandProvider

Version:
$$Id: SubCommandProvider.java 34 2010-08-20 16:46:49Z aha $$
Author:
Andi

Method Summary
 List<CommandWrapper> getChildren()
           
 Map<String,Object> getSubCommands()
           
 

Method Detail

getSubCommands

Map<String,Object> getSubCommands()
Parameters:
-
Returns:
Map with all nested 'SubCommands' and their pathNames as keys

getChildren

List<CommandWrapper> getChildren()


Copyright © 2011. All Rights Reserved.