org.shept.org.springframework.web.servlet.mvc.delegation.component
Interface WebComponent

All Known Implementing Classes:
AbstractComponent, AbstractEditingComponent, AbstractPersistenceComponent, ChainingComponent, EntityPersistenceComponent, FilteredListComponent, FormControlComponent, ListPersistenceComponent, LoginComponent, PagedListComponent, PropertyEditorComponent

public interface WebComponent

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

Method Summary
 org.springframework.web.servlet.ModelAndView excecuteAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ComponentToken token)
           
 Map<String,String> getMappings()
           
 String[] supportedActions()
           
 boolean supports(Object commandObject)
           
 boolean supportsAction(ComponentToken token)
           
 

Method Detail

getMappings

Map<String,String> getMappings()

supports

boolean supports(Object commandObject)

supportedActions

String[] supportedActions()

supportsAction

boolean supportsAction(ComponentToken token)

excecuteAction

org.springframework.web.servlet.ModelAndView excecuteAction(javax.servlet.http.HttpServletRequest request,
                                                            javax.servlet.http.HttpServletResponse response,
                                                            ComponentToken token)
                                                            throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.