类的使用
cn.taketoday.web.WebContentGenerator
使用WebContentGenerator的程序包
程序包
说明
Method handler
Standard controller implementations for the MVC framework use like Framework
Support classes for serving static resources.
-
cn.taketoday.web.handler.method中WebContentGenerator的使用
修饰符和类型类说明classAbstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod.class -
cn.taketoday.web.handler.mvc中WebContentGenerator的使用
修饰符和类型类说明classConvenient superclass for controller implementations, using the Template Method design pattern.classAbstract base class forControllersthat return a view name based on the request URL.classTrivial controller that always returns a pre-configured view and optionally sets the response status code.classController implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping.classFramework Controller implementation that wraps a servlet instance which it manages internally.classSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.classHandler interceptor that checks the request for supported methods and a required session and prepares the response by applying the configured cache settings. -
cn.taketoday.web.resource中WebContentGenerator的使用
修饰符和类型类说明classHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.