- ServletToolboxManager - cn.aradin.spring.velocity.tools中的类
-
- SESSION_TOOLS_KEY - 类 中的静态变量cn.aradin.spring.velocity.tools.ServletToolboxManager
-
已过时。
- setCacheTemplate(boolean) - 类 中的方法cn.aradin.spring.velocity.view.VelocityView
-
Set whether the Velocity template should be cached.
- setConfigLocation(Resource) - 类 中的方法cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Set the location of the Velocity config file.
- setCreateSession(boolean) - 类 中的方法cn.aradin.spring.velocity.tools.ServletToolboxManager
-
已过时。
Sets whether or not to create a new session when none exists for the
current request and session-scoped tools have been defined for this
toolbox.
- setDateToolAttribute(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityView
-
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setDateToolAttribute(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityViewResolver
-
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setEncoding(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityView
-
Set the encoding of the Velocity template file.
- setLayoutKey(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutKey(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityLayoutViewResolver
-
已过时。
Set the context key used to specify an alternate layout to be used instead
of the default layout.
- setLayoutUrl(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。
Set the layout template to use.
- setLayoutUrl(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityLayoutViewResolver
-
已过时。
Set the layout template to use.
- setNumberToolAttribute(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityView
-
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setNumberToolAttribute(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityViewResolver
-
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setOverrideLogging(boolean) - 类 中的方法cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Set whether Velocity should log via Commons Logging, i.e. whether Velocity's
log system should be set to CommonsLogLogChute.
- setPreferFileSystemAccess(boolean) - 类 中的方法cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Set whether to prefer file system access for template loading.
- setResourceLoader(ResourceLoader) - 类 中的方法cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Set the Spring ResourceLoader to use for loading Velocity template files.
- setResourceLoaderPath(String) - 类 中的方法cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Set the Velocity resource loader path via a Spring resource location.
- setScreenContentKey(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。
Set the name of the context key that will hold the content of
the screen within the layout template.
- setScreenContentKey(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityLayoutViewResolver
-
已过时。
Set the name of the context key that will hold the content of
the screen within the layout template.
- setServletContext(ServletContext) - 类 中的方法cn.aradin.spring.velocity.view.VelocityConfigurer
-
- setToolAttributes(Map<String, Class<?>>) - 类 中的方法cn.aradin.spring.velocity.view.VelocityView
-
Set tool attributes to expose to the view, as attribute name / class name pairs.
- setToolboxConfigLocation(String) - 类 中的方法cn.aradin.spring.velocity.servlet.EmbeddedVelocityViewResolver
-
- setToolboxConfigLocation(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityToolboxView
-
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setToolboxConfigLocation(String) - 类 中的方法cn.aradin.spring.velocity.view.VelocityViewResolver
-
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setVelocityEngine(VelocityEngine) - 类 中的方法cn.aradin.spring.velocity.view.VelocityConfigurer
-
Set a pre-configured VelocityEngine to use for the Velocity web
configuration: e.g. a shared one for web and email usage, set up via
VelocityEngineFactoryBean.
- setVelocityEngine(VelocityEngine) - 类 中的方法cn.aradin.spring.velocity.view.VelocityView
-
Set the VelocityEngine to be used by this view.
- setVelocityProperties(Properties) - 类 中的方法cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Set Velocity properties, like "file.resource.loader.path".
- setVelocityPropertiesMap(Map<String, Object>) - 类 中的方法cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Set Velocity properties as Map, to allow for non-String values
like "ds.resource.loader.instance".
- setXhtml(Boolean) - 类 中的方法cn.aradin.spring.velocity.tools.ServletToolboxManager
-
已过时。
Sets an application attribute to tell velocimacros and tools
(especially the LinkTool) whether they should output XHTML or HTML.
- SPRING_RESOURCE_LOADER - 类 中的静态变量cn.aradin.spring.velocity.ui.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CACHE - 类 中的静态变量cn.aradin.spring.velocity.ui.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CLASS - 类 中的静态变量cn.aradin.spring.velocity.ui.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_PATH - 类 中的静态变量cn.aradin.spring.velocity.ui.SpringResourceLoader
-
- SpringResourceLoader - cn.aradin.spring.velocity.ui中的类
-
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
- SpringResourceLoader() - 类 的构造器cn.aradin.spring.velocity.ui.SpringResourceLoader
-