类的使用
cn.taketoday.web.view.AbstractUrlBasedView
使用AbstractUrlBasedView的程序包
程序包
说明
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
Support classes for document generation,
providing View implementations for PDF and Excel.
Support classes for the integration of
FreeMarker
as Framework web view technology.
Support classes for the integration of
Groovy Templates as Framework web view technology.
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g. using JavaScript via Nashorn on JDK 8.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
cn.taketoday.web.servlet.view中AbstractUrlBasedView的使用
修饰符和类型类说明classWrapper for a JSP or other resource within the same web application.classSpecialization ofInternalResourceViewfor JSTL pages, i.e.修饰符和类型方法说明protected AbstractUrlBasedViewprotected AbstractUrlBasedViewInternalResourceViewResolver.instantiateView() -
cn.taketoday.web.view中AbstractUrlBasedView的使用
修饰符和类型类说明classAdapter base class for template-based view technologies such as FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Framework's FreeMarker macro library.classView that redirects to an absolute, context relative, or current request relative URL.修饰符和类型方法说明protected AbstractUrlBasedViewprotected AbstractUrlBasedViewCreates a new View instance of the specified view class and configures it.protected AbstractUrlBasedViewUrlBasedViewResolver.instantiateView()Instantiate the specified view class.修饰符和类型方法说明protected ViewUrlBasedViewResolver.applyLifecycleMethods(String viewName, AbstractUrlBasedView view) Apply the containingApplicationContext's lifecycle methods to the givenViewinstance, if such a context is available. -
cn.taketoday.web.view.document中AbstractUrlBasedView的使用
修饰符和类型类说明classAbstract superclass for PDF views that operate on an existing document with an AcroForm. -
cn.taketoday.web.view.freemarker中AbstractUrlBasedView的使用
-
cn.taketoday.web.view.groovy中AbstractUrlBasedView的使用
-
cn.taketoday.web.view.script中AbstractUrlBasedView的使用
修饰符和类型类说明classAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine. -
cn.taketoday.web.view.xslt中AbstractUrlBasedView的使用
修饰符和类型类说明classXSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.修饰符和类型方法说明protected AbstractUrlBasedViewprotected AbstractUrlBasedViewXsltViewResolver.instantiateView()