JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.foreach.across.modules.web.template
Annotation Interface ClearTemplate
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
@Documented
@Inherited
public @interface
ClearTemplate
Ensures that no template is applied to the view rendering. This is the same as @ResponseBody but can be used to still return a different view.