站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.web.servlet.mvc.throwaway (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.web.servlet.mvc.throwaway

Throwaway command controllers are a WebWork/Maverick-style alternative to Spring's default Servlet/Struts-style Controller approach.

See:
          Description

Interface Summary
ThrowawayController ThrowawayController is an alternative to Spring's default Controller interface, for executable per-request command instances that are not aware of the Servlet API.
 

Class Summary
ThrowawayControllerHandlerAdapter Adapter to use the ThrowawayController workflow interface with the generic DispatcherServlet.
 

Package org.springframework.web.servlet.mvc.throwaway Description

Throwaway command controllers are a WebWork/Maverick-style alternative to Spring's default Servlet/Struts-style Controller approach.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.