2015-12-23 28 views

回答

2

<@standalone>指令由org.springframework.extensions.directives.StandaloneWebScriptWrapper类提供。 完整的JavaDoc写着:

/** * <p>This FreeMarker Directive can be used as the outer-wrapper in a WebScript FreeMarker template to add the the * {@link OutputCSSContentModelElement} and {@link OutputJavaScriptContentModelElement} instances into the {@link ExtensibilityModel} * when the WebScript is not processed within the context of a {@link Page}. This ensures that any dependency files are * loaded into the page.</p> * <p>TODO: Currently this only outputs the JS and CSS deferred content model elements. This could be further enhanced to add * additional content elements that set up the structure of a page</p> * * @author David Draper */

有所有FreeMarker的指令没有完整的列表 - FreeMarker的,冲浪或露天的任一部分 - 我所知道的。

相关问题