索引
All Classes and Interfaces|常量字段值|所有程序包
A
- afterPropertiesSet() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactoryBean
- afterPropertiesSet() - 类中的方法 cn.aradin.spring.velocity.view.VelocityConfigurer
-
Initialize VelocityEngineFactory's VelocityEngine if not overridden by a pre-configured VelocityEngine.
- autodetectVelocityEngine() - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Autodetect a VelocityEngine via the ApplicationContext.
B
- buildView(String) - 类中的方法 cn.aradin.spring.velocity.view.VelocityLayoutViewResolver
-
已过时。
- buildView(String) - 类中的方法 cn.aradin.spring.velocity.view.VelocityViewResolver
C
- checkResource(Locale) - 类中的方法 cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。Overrides
VelocityView.checkTemplate()to additionally check that both the layout template and the screen content template can be loaded. - checkResource(Locale) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Check that the Velocity template used for this view exists and is valid.
- cn.aradin.spring.velocity.servlet - 程序包 cn.aradin.spring.velocity.servlet
- cn.aradin.spring.velocity.template - 程序包 cn.aradin.spring.velocity.template
- cn.aradin.spring.velocity.ui - 程序包 cn.aradin.spring.velocity.ui
- cn.aradin.spring.velocity.view - 程序包 cn.aradin.spring.velocity.view
- createVelocityContext(Map<String, Object>) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Create a Velocity Context instance for the given model, to be passed to the template for merging.
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.servlet.EmbeddedVelocityToolboxView
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.view.VelocityToolboxView
-
Overridden to create a ChainedContext, which is part of the view package of Velocity Tools, as special context.
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Create a Velocity Context instance for the given model, to be passed to the template for merging.
- createVelocityEngine() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Prepare the VelocityEngine instance and return it.
D
- DEFAULT_LAYOUT_KEY - 类中的静态变量 cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。The default
layout key. - DEFAULT_LAYOUT_URL - 类中的静态变量 cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。The default
layout url. - DEFAULT_PREFIX - 类中的静态变量 cn.aradin.spring.velocity.template.VelocityTemplateAvailabilityProvider
- DEFAULT_RESOURCE_LOADER_PATH - 类中的静态变量 cn.aradin.spring.velocity.template.VelocityTemplateAvailabilityProvider
- DEFAULT_SCREEN_CONTENT_KEY - 类中的静态变量 cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。The default
screen content key. - DEFAULT_SUFFIX - 类中的静态变量 cn.aradin.spring.velocity.template.VelocityTemplateAvailabilityProvider
- doRender(Context, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。Overrides the normal rendering process in order to pre-process the Context, merging it with the screen template into a single value (identified by the value of screenContentKey).
- doRender(Context, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Render the Velocity view to the given response, using the given Velocity context which contains the complete template model to use.
E
- EmbeddedVelocityToolboxView - cn.aradin.spring.velocity.servlet中的类
-
Extended version of
VelocityToolboxViewthat can load toolbox locations from the classpath as well as the servlet context. - EmbeddedVelocityToolboxView() - 类的构造器 cn.aradin.spring.velocity.servlet.EmbeddedVelocityToolboxView
- EmbeddedVelocityViewResolver - cn.aradin.spring.velocity.servlet中的类
-
Extended version of
VelocityViewResolverthat usesEmbeddedVelocityToolboxViewwhen thetoolboxConfigLocationis set. - EmbeddedVelocityViewResolver() - 类的构造器 cn.aradin.spring.velocity.servlet.EmbeddedVelocityViewResolver
- exposeHelpers(Map<String, Object>, HttpServletRequest) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Expose helpers unique to each rendering operation.
- exposeHelpers(Context, HttpServletRequest) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Expose helpers unique to each rendering operation.
- exposeHelpers(Context, HttpServletRequest, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Expose helpers unique to each rendering operation.
- exposeToolAttributes(Context, HttpServletRequest) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Expose the tool attributes, according to corresponding bean property settings.
G
- getEncoding() - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Return the encoding for the Velocity template.
- getLastModified(Resource) - 类中的方法 cn.aradin.spring.velocity.ui.SpringResourceLoader
- getObject() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactoryBean
- getObjectType() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactoryBean
- getResourceLoader() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactory
- getResourceReader(String, String) - 类中的方法 cn.aradin.spring.velocity.ui.SpringResourceLoader
- getTemplate() - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Retrieve the Velocity template to be rendered by this view.
- getTemplate(String) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Retrieve the Velocity template specified by the given name, using the encoding specified by the "encoding" bean property.
- getToolboxConfigLocation() - 类中的方法 cn.aradin.spring.velocity.view.VelocityToolboxView
-
Return the Velocity Toolbox config location, if any.
- getVelocityEngine() - 接口中的方法 cn.aradin.spring.velocity.view.VelocityConfig
-
Return the VelocityEngine for the current web application context.
- getVelocityEngine() - 类中的方法 cn.aradin.spring.velocity.view.VelocityConfigurer
- getVelocityEngine() - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Return the VelocityEngine used by this view.
I
- init(ExtProperties) - 类中的方法 cn.aradin.spring.velocity.ui.SpringResourceLoader
- initApplicationContext() - 类中的方法 cn.aradin.spring.velocity.servlet.EmbeddedVelocityViewResolver
- initApplicationContext() - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Invoked on startup.
- initApplicationContext() - 类中的方法 cn.aradin.spring.velocity.view.VelocityViewResolver
- initSpringResourceLoader(VelocityEngine, String) - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Initialize a SpringResourceLoader for the given VelocityEngine.
- initTool(Object, Context) - 类中的方法 cn.aradin.spring.velocity.view.VelocityToolboxView
-
Overridden to check for the ViewContext interface which is part of the view package of Velocity Tools.
- initTool(Object, Context) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Initialize the given tool instance.
- initVelocityResourceLoader(VelocityEngine, String) - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Initialize a Velocity resource loader for the given VelocityEngine: either a standard Velocity FileResourceLoader or a SpringResourceLoader.
- isCacheTemplate() - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
- isPreferFileSystemAccess() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactory
- isSingleton() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactoryBean
- isSourceModified(Resource) - 类中的方法 cn.aradin.spring.velocity.ui.SpringResourceLoader
L
- logger - 类中的变量 cn.aradin.spring.velocity.ui.SpringResourceLoader
- logger - 类中的变量 cn.aradin.spring.velocity.ui.VelocityEngineFactory
M
- mergeTemplate(VelocityEngine, String, String, Map<String, Object>, Writer) - 类中的静态方法 cn.aradin.spring.velocity.ui.VelocityEngineUtils
-
已过时。Merge the specified Velocity template with the given model and write the result to the given Writer.
- mergeTemplate(Template, Context, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Merge the template with the context.
- mergeTemplateIntoString(VelocityEngine, String, String, Map<String, Object>) - 类中的静态方法 cn.aradin.spring.velocity.ui.VelocityEngineUtils
-
已过时。Merge the specified Velocity template with the given model into a String.
N
- NAME - 类中的静态变量 cn.aradin.spring.velocity.ui.SpringResourceLoader
- newVelocityEngine() - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
Return a new VelocityEngine.
P
- postProcessVelocityEngine(VelocityEngine) - 类中的方法 cn.aradin.spring.velocity.ui.VelocityEngineFactory
-
To be implemented by subclasses that want to perform custom post-processing of the VelocityEngine after this FactoryBean performed its default configuration (but before VelocityEngine.init).
- postProcessVelocityEngine(VelocityEngine) - 类中的方法 cn.aradin.spring.velocity.view.VelocityConfigurer
-
Provides a ClasspathResourceLoader in addition to any default or user-defined loader in order to load the spring Velocity macros from the class path.
R
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类中的方法 cn.aradin.spring.velocity.view.VelocityView
-
Process the model map by merging it with the Velocity template.
- requiredViewClass() - 类中的方法 cn.aradin.spring.velocity.view.VelocityLayoutViewResolver
-
已过时。Requires VelocityLayoutView.
- requiredViewClass() - 类中的方法 cn.aradin.spring.velocity.view.VelocityViewResolver
-
Requires
VelocityView.
S
- 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.
- 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
nullif 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
nullif 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
nullif 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
nullif not needed. - 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".
- 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
V
- VelocityConfig - cn.aradin.spring.velocity.view中的接口
-
Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment.
- VelocityConfigurer - cn.aradin.spring.velocity.view中的类
-
JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
- VelocityConfigurer() - 类的构造器 cn.aradin.spring.velocity.view.VelocityConfigurer
- VelocityEngineFactory - cn.aradin.spring.velocity.ui中的类
-
Factory that configures a VelocityEngine.
- VelocityEngineFactory() - 类的构造器 cn.aradin.spring.velocity.ui.VelocityEngineFactory
- VelocityEngineFactoryBean - cn.aradin.spring.velocity.ui中的类
-
Factory bean that configures a VelocityEngine and provides it as bean reference.
- VelocityEngineFactoryBean() - 类的构造器 cn.aradin.spring.velocity.ui.VelocityEngineFactoryBean
- VelocityEngineUtils - cn.aradin.spring.velocity.ui中的类
-
已过时。as of Spring 4.3, in favor of FreeMarker
- VelocityEngineUtils() - 类的构造器 cn.aradin.spring.velocity.ui.VelocityEngineUtils
-
已过时。
- VelocityLayoutView - cn.aradin.spring.velocity.view中的类
-
已过时。as of Spring 4.3, in favor of FreeMarker
- VelocityLayoutView() - 类的构造器 cn.aradin.spring.velocity.view.VelocityLayoutView
-
已过时。
- VelocityLayoutViewResolver - cn.aradin.spring.velocity.view中的类
-
已过时。as of Spring 4.3, in favor of FreeMarker
- VelocityLayoutViewResolver() - 类的构造器 cn.aradin.spring.velocity.view.VelocityLayoutViewResolver
-
已过时。
- VelocityTemplateAvailabilityProvider - cn.aradin.spring.velocity.template中的类
-
TemplateAvailabilityProviderthat provides availability information for Velocity view templates. - VelocityTemplateAvailabilityProvider() - 类的构造器 cn.aradin.spring.velocity.template.VelocityTemplateAvailabilityProvider
- VelocityToolboxView - cn.aradin.spring.velocity.view中的类
-
VelocityViewsubclass which adds support for Velocity Tools toolboxes and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods. - VelocityToolboxView() - 类的构造器 cn.aradin.spring.velocity.view.VelocityToolboxView
- VelocityView - cn.aradin.spring.velocity.view中的类
-
View using the Velocity template engine.
- VelocityView() - 类的构造器 cn.aradin.spring.velocity.view.VelocityView
- VelocityViewResolver - cn.aradin.spring.velocity.view中的类
-
Convenience subclass of
UrlBasedViewResolverthat supportsVelocityView(i.e. - VelocityViewResolver() - 类的构造器 cn.aradin.spring.velocity.view.VelocityViewResolver
All Classes and Interfaces|常量字段值|所有程序包