- cache - Variable in class org.apache.velocity.tools.Toolbox
-
- cache - Variable in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- cache(String, String) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- cached - Variable in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- cacheData(Map<String, Object>) - Method in class org.apache.velocity.tools.Toolbox
-
- cachedNext - Variable in class org.apache.velocity.tools.generic.IteratorTool
-
Deprecated.
- cacheNext(boolean) - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- capitalize(Object) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Changes the first character of the string value of the specified object
to upper case and returns the resulting string.
- CATCH_EXCEPTIONS_KEY - Static variable in class org.apache.velocity.tools.ToolContext
-
- catchExceptions - Variable in class org.apache.velocity.tools.generic.RenderTool
-
- catchExceptions - Variable in class org.apache.velocity.tools.struts.TilesTool
-
Indicates if there is a MethodExceptionEventHandler present
- category - Variable in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
- cdata - Variable in class org.apache.velocity.tools.struts.ValidatorTool
-
- ceil(Object) - Method in class org.apache.velocity.tools.generic.MathTool
-
- cell(Object) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Truncates or pads the string value of the specified object as necessary
to ensure that the returned string's length equals the default cell size.
- cell(Object, int) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Truncates or pads the string value of the specified object as necessary
to ensure that the returned string's length equals the specified cell size.
- cell(Object, String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Truncates or pads the string value of the specified object as necessary
to ensure that the returned string's length equals the default cell size.
- cell(Object, int, String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Truncates or pads the string value of the specified object as necessary
to ensure that the returned string's length equals the specified cell size.
- CELL_LENGTH_KEY - Static variable in class org.apache.velocity.tools.generic.DisplayTool
-
- CELL_SUFFIX_KEY - Static variable in class org.apache.velocity.tools.generic.DisplayTool
-
- ChainedContext - Class in org.apache.velocity.tools.view.context
-
- ChainedContext(VelocityEngine, HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class org.apache.velocity.tools.view.context.ChainedContext
-
Deprecated.
- ChainedContext(Context, VelocityEngine, HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class org.apache.velocity.tools.view.context.ChainedContext
-
Deprecated.
- charset - Variable in class org.apache.velocity.tools.generic.LinkTool
-
- CHARSET_KEY - Static variable in class org.apache.velocity.tools.generic.LinkTool
-
- children - Variable in class org.apache.velocity.tools.config.CompoundConfiguration
-
- children - Variable in class org.apache.velocity.tools.generic.MarkupTool.Tag
-
- children() - Method in class org.apache.velocity.tools.generic.MarkupTool.Tag
-
- children() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns a new
XmlTool
instance that wraps all the
child
Element
s of all the current internally held nodes
that are
Element
s themselves.
- classes - Variable in class org.apache.velocity.tools.generic.MarkupTool.Tag
-
- classname(String) - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyData
-
- classname - Variable in class org.apache.velocity.tools.config.ToolConfiguration
-
- ClassTool - Class in org.apache.velocity.tools.generic
-
This tool is meant to simplify reflective lookup of information about
a Class
and its Field
s, Method
s, and Constructor
s.
- ClassTool() - Constructor for class org.apache.velocity.tools.generic.ClassTool
-
Creates an instance with target type of Object
.
- ClassTool(ClassTool, Class) - Constructor for class org.apache.velocity.tools.generic.ClassTool
-
Creates a new instance that inspects the specified type
and otherwise shares the configuration values of the specified "parent"
ClassTool instance.
- ClassTool.CallableSub<T extends ClassTool.CallableSub> - Class in org.apache.velocity.tools.generic
-
- ClassTool.CallableSub() - Constructor for class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
- ClassTool.ConstructorSub - Class in org.apache.velocity.tools.generic
-
A simplified wrapping interface for inspecting features
of a Constructor
in an inspected Class.
- ClassTool.ConstructorSub(Constructor) - Constructor for class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
- ClassTool.FieldSub - Class in org.apache.velocity.tools.generic
-
A simplified wrapping interface for inspecting features
of a Field
in an inspected Class.
- ClassTool.FieldSub(Field) - Constructor for class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
- ClassTool.MethodSub - Class in org.apache.velocity.tools.generic
-
A simplified wrapping interface for inspecting features
of a Method
in an inspected Class.
- ClassTool.MethodSub(Method) - Constructor for class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
- ClassTool.Sub<T extends ClassTool.Sub> - Class in org.apache.velocity.tools.generic
-
- ClassTool.Sub() - Constructor for class org.apache.velocity.tools.generic.ClassTool.Sub
-
- ClassUtils - Class in org.apache.velocity.tools
-
Repository for common class and reflection methods.
- ClassUtils() - Constructor for class org.apache.velocity.tools.ClassUtils
-
- clazz - Variable in class org.apache.velocity.tools.generic.FieldTool.MutableField
-
- clazz - Variable in class org.apache.velocity.tools.ToolInfo
-
- clazz - Variable in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
- clean(FactoryConfiguration) - Method in class org.apache.velocity.tools.config.ConfigurationCleaner
-
- clean(ToolboxConfiguration) - Method in class org.apache.velocity.tools.config.ConfigurationCleaner
-
- clean(Configuration) - Method in class org.apache.velocity.tools.config.ConfigurationCleaner
-
- clean(Configuration) - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- CLEAN_CONFIGURATION_KEY - Static variable in class org.apache.velocity.tools.view.VelocityView
-
Controls removal of tools or data with invalid configurations
before initialization is finished.
- cleanProperties(Configuration) - Method in class org.apache.velocity.tools.config.ConfigurationCleaner
-
- clear(MarkupTool.Mode, MarkupTool.Tag, StringBuilder, boolean) - Method in class org.apache.velocity.tools.generic.MarkupTool
-
- clear() - Method in class org.apache.velocity.tools.generic.ValueParser
-
- clearArgs() - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
This will return a new TextKey that has no arguments to
be inserted into the text output.
- close() - Method in class org.apache.velocity.tools.view.ImportSupport.SafeClosingHttpURLConnectionReader
-
- combine(Toolbox...) - Method in class org.apache.velocity.tools.Toolbox
-
Returns a new
Toolbox
that is a combination of
this Toolbox with one or more specified
Toolbox
es.
- combine(Map<String, Object>...) - Method in class org.apache.velocity.tools.ToolInfo
-
- combinePath(String, String) - Method in class org.apache.velocity.tools.generic.LinkTool
-
If end is null, this will return start and vice versa.
- combineQuery(String, String) - Method in class org.apache.velocity.tools.generic.LinkTool
-
If the second param is null or empty, this will simply return the first
and vice versa.
- comment(Object) - Method in class org.apache.velocity.tools.view.CookieTool.SugarCookie
-
- CommonsLogLogSystem - Class in org.apache.velocity.tools.generic.log
-
Deprecated.
Use CommonsLogLogChute in Velocity 1.6 instead.
- CommonsLogLogSystem() - Constructor for class org.apache.velocity.tools.generic.log.CommonsLogLogSystem
-
Deprecated.
- compare(Object, Object, int) - Method in class org.apache.velocity.tools.generic.ComparisonDateTool
-
- compare - Variable in class org.apache.velocity.tools.generic.LoopTool.Comparison
-
- compare(Object, Object) - Method in class org.apache.velocity.tools.generic.SortTool.PropertiesComparator
-
- compareTo(Configuration) - Method in class org.apache.velocity.tools.config.Configuration
-
- compareTo(Data) - Method in class org.apache.velocity.tools.config.Data
-
- compareTo(Configuration) - Method in class org.apache.velocity.tools.config.ToolboxConfiguration
-
- compareTo(Configuration) - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- compareTo(T) - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- ComparisonDateTool - Class in org.apache.velocity.tools.generic
-
Tool for comparing Date
and Calendar
values
in Velocity templates.
- ComparisonDateTool() - Constructor for class org.apache.velocity.tools.generic.ComparisonDateTool
-
- ComparisonDateTool.Comparison - Class in org.apache.velocity.tools.generic
-
- ComparisonDateTool.Comparison(long, int, int, boolean, Locale) - Constructor for class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
- CompoundConfiguration<C extends Configuration> - Class in org.apache.velocity.tools.config
-
- CompoundConfiguration() - Constructor for class org.apache.velocity.tools.config.CompoundConfiguration
-
- computeURL(HttpServletRequest, ServletContext, String) - Method in class org.apache.velocity.tools.struts.SecureLinkTool
-
Compute a hyperlink URL based on the specified action link.
- condition - Variable in class org.apache.velocity.tools.generic.LoopTool.ActionCondition
-
- condition(LoopTool.ActionCondition) - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- conditions - Variable in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- config - Variable in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyWrap
-
- config - Variable in class org.apache.velocity.tools.view.VelocityViewFilter
-
- CONFIG_FACTORY_METHOD - Static variable in class org.apache.velocity.tools.config.ConfigurationUtils
-
- configLocked - Variable in class org.apache.velocity.tools.generic.SafeConfig
-
- Configuration - Class in org.apache.velocity.tools.config
-
This base configuration class manages a set of
Property
s
for whatever thing the instance of this class represents.
- Configuration() - Constructor for class org.apache.velocity.tools.config.Configuration
-
- CONFIGURATION_KEY - Static variable in class org.apache.velocity.tools.view.ServletUtils
-
- ConfigurationCleaner - Class in org.apache.velocity.tools.config
-
- ConfigurationCleaner() - Constructor for class org.apache.velocity.tools.config.ConfigurationCleaner
-
- ConfigurationException - Exception in org.apache.velocity.tools.config
-
- ConfigurationException(Data, Throwable) - Constructor for exception org.apache.velocity.tools.config.ConfigurationException
-
- ConfigurationException(Data, String) - Constructor for exception org.apache.velocity.tools.config.ConfigurationException
-
- ConfigurationException(Configuration, Throwable) - Constructor for exception org.apache.velocity.tools.config.ConfigurationException
-
- ConfigurationException(Configuration, String) - Constructor for exception org.apache.velocity.tools.config.ConfigurationException
-
- ConfigurationUtils - Class in org.apache.velocity.tools.config
-
Utility methods for handling tool configurations.
- ConfigurationUtils() - Constructor for class org.apache.velocity.tools.config.ConfigurationUtils
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.AlternatorTool
-
Looks for a default auto-alternate value in the given params,
if not, set the default to true.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.ClassTool
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.ComparisonDateTool
-
Calls the superclass implementation, then looks for a bundle name
and any time units to be skipped.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.ContextTool
-
Initializes this instance for the current request.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.ConversionTool
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.DateTool
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.FieldTool
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.FormatConfig
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.LinkTool
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.LocaleConfig
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.RenderTool
-
Looks for deprecated parse depth and catch.exceptions properties,
as well as any 'forceThreadSafe' setting.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- configure(Map) - Method in class org.apache.velocity.tools.generic.SafeConfig
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.SafeConfig
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.ValueParser
-
Does the actual configuration.
- configure(ValueParser) - Method in class org.apache.velocity.tools.generic.XmlTool
-
Looks for the "file" parameter and automatically uses
XmlTool.read(String)
to parse the file and set the
resulting
Document
as the root node for this
instance.
- configure(Object, Map<String, Object>) - Method in class org.apache.velocity.tools.OldToolInfo
-
- configure(Map) - Method in class org.apache.velocity.tools.struts.MessageResourcesTool
-
Initializes this tool.
- configure(ValueParser) - Method in class org.apache.velocity.tools.struts.SecureLinkTool
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.struts.StrutsLinkTool
-
- configure(Map) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Initializes this tool.
- configure(FactoryConfiguration) - Method in class org.apache.velocity.tools.ToolboxFactory
-
- configure - Variable in class org.apache.velocity.tools.ToolInfo
-
- configure(Object, Map<String, Object>) - Method in class org.apache.velocity.tools.ToolInfo
-
Actually performs configuration of the newly instantiated tool
using the combined final set of configuration properties.
- configure(FactoryConfiguration) - Method in class org.apache.velocity.tools.ToolManager
-
- configure(String) - Method in class org.apache.velocity.tools.ToolManager
-
- configure(Map) - Method in class org.apache.velocity.tools.view.IncludeTool
-
Extracts the default language from the specified
ViewContext
, looking first at the Velocity
context, then the servlet context, then lastly at the JVM
default.
- configure(ViewToolContext) - Method in class org.apache.velocity.tools.view.IncludeTool
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.view.LinkTool
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.view.ParameterTool
-
- configure(Map) - Method in class org.apache.velocity.tools.view.tools.ContextTool
-
Deprecated.
- configure(ValueParser) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- configure(Map) - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
- configure(JeeConfig, VelocityEngine) - Method in class org.apache.velocity.tools.view.VelocityView
-
- configure(ValueParser) - Method in class org.apache.velocity.tools.view.ViewContextTool
-
- configure - Variable in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
- configure(FactoryConfiguration) - Method in class org.apache.velocity.tools.view.ViewToolManager
-
- CONFIGURE_METHOD_NAME - Static variable in class org.apache.velocity.tools.ToolInfo
-
- constructor - Variable in class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
- constructors - Variable in class org.apache.velocity.tools.generic.ClassTool
-
- contains(Object) - Method in class org.apache.velocity.tools.generic.ContextTool
-
Returns true
if the context contains a value for the specified
reference name (aka context key).
- contains(Object, Object) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Checks if a List/array contains a certain element.
- contains(String[], String) - Method in class org.apache.velocity.tools.view.LinkTool
-
- containsKey(Object) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- containsKey(Object) - Method in class org.apache.velocity.tools.ToolContext
-
- containsKey(String) - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Indicates whether the specified key is in the context.
- containsValue(Object) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- CONTENT_TYPE_KEY - Static variable in class org.apache.velocity.tools.view.VelocityView
-
The HTTP content type context key.
- context - Variable in class org.apache.velocity.tools.generic.ContextTool
-
- context - Variable in class org.apache.velocity.tools.generic.RenderTool
-
- context - Variable in class org.apache.velocity.tools.struts.ValidatorTool
-
A reference to the ViewContext
- context - Variable in class org.apache.velocity.tools.view.JeeContextConfig
-
- context - Variable in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- context - Variable in class org.apache.velocity.tools.view.UiDependencyTool
-
- context(String) - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
Sets a custom {context} variable for the formats to use.
- CONTEXT_KEY - Static variable in class org.apache.velocity.tools.ToolContext
-
- CONTEXT_KEY - Static variable in class org.apache.velocity.tools.view.VelocityViewFilter
-
- contextKey - Variable in class org.apache.velocity.tools.view.VelocityViewFilter
-
- contextStack - Variable in class org.apache.velocity.tools.struts.TilesTool
-
A stack to hold ComponentContexts while nested tile-definitions
are rendered.
- ContextTool - Class in org.apache.velocity.tools.generic
-
Tool for convenient access to Context
data and
meta-data.
- ContextTool() - Constructor for class org.apache.velocity.tools.generic.ContextTool
-
- ContextTool - Class in org.apache.velocity.tools.view.tools
-
Deprecated.
- ContextTool() - Constructor for class org.apache.velocity.tools.view.tools.ContextTool
-
Deprecated.
- ConversionTool - Class in org.apache.velocity.tools.generic
-
Utility class for easy conversion of String values to richer types.
- ConversionTool() - Constructor for class org.apache.velocity.tools.generic.ConversionTool
-
- ConversionUtils - Class in org.apache.velocity.tools
-
Utility methods for parsing or otherwise converting between types.
- ConversionUtils() - Constructor for class org.apache.velocity.tools.ConversionUtils
-
- convert(Class, Object) - Method in class org.apache.velocity.tools.config.Data.AutoConverter
-
- convert(String) - Method in class org.apache.velocity.tools.config.Data.AutoConverter
-
- convert(Object) - Method in class org.apache.velocity.tools.config.Data
-
- convert(Class, Object) - Method in class org.apache.velocity.tools.config.Data.FieldConverter
-
- convert(Class, Object) - Method in class org.apache.velocity.tools.config.Data.NumberConverter
-
- converter - Variable in class org.apache.velocity.tools.config.Data
-
- converter - Variable in enum org.apache.velocity.tools.config.Data.Type
-
- converter(String) - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyData
-
- converter(Class) - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyData
-
- convertList(Object) - Method in class org.apache.velocity.tools.config.Data
-
- convertValue(Object) - Method in class org.apache.velocity.tools.config.Data
-
- convertWith(Converter) - Method in class org.apache.velocity.tools.config.Data
-
This is a convenience method for those doing configuration in java.
- CookieTool - Class in org.apache.velocity.tools.view
-
View tool for convenient cookie access and creation.
- CookieTool() - Constructor for class org.apache.velocity.tools.view.CookieTool
-
- CookieTool - Class in org.apache.velocity.tools.view.tools
-
Deprecated.
- CookieTool() - Constructor for class org.apache.velocity.tools.view.tools.CookieTool
-
Deprecated.
- CookieTool.SugarCookie - Class in org.apache.velocity.tools.view
-
Extends Cookie
to add some fluid API sugar and
a toString() method that renders the Cookie's value
instead of the usual Object.toString() shenanigans.
- CookieTool.SugarCookie(Cookie) - Constructor for class org.apache.velocity.tools.view.CookieTool.SugarCookie
-
- CookieTool.SugarCookie(String, String) - Constructor for class org.apache.velocity.tools.view.CookieTool.SugarCookie
-
- count - Variable in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- create(Map<String, Object>) - Method in class org.apache.velocity.tools.ToolInfo
-
Returns a new instance of the tool.
- create(String, String) - Method in class org.apache.velocity.tools.view.CookieTool
-
Creates a new Cookie with the specified name and value.
- create(String, String, Object) - Method in class org.apache.velocity.tools.view.CookieTool
-
Convenience method to create a new Cookie
and set an expiry time for it.
- CREATE_SESSION_PROPERTY - Static variable in class org.apache.velocity.tools.view.ViewToolManager
-
- createActionList(ValidatorResources, Form) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Get List of actions for the given Form.
- createContext() - Method in class org.apache.velocity.tools.ToolManager
-
- createContext(Map<String, Object>) - Method in class org.apache.velocity.tools.ToolManager
-
- createContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.tools.view.VelocityView
-
Creates and returns an initialized Velocity context.
- createContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.tools.view.VelocityViewFilter
-
- createContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
- createContext(Map<String, Object>) - Method in class org.apache.velocity.tools.view.ViewToolManager
-
- createContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.tools.view.ViewToolManager
-
- createDigester() - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
- createFactory() - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- createFactory() - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- createInfo() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- createMethods(List) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Creates the JavaScript methods list from the given actions.
- createSession - Variable in class org.apache.velocity.tools.view.PagerTool
-
- createSession - Variable in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
- createSession - Variable in class org.apache.velocity.tools.view.ViewToolManager
-
- createToolbox(String) - Method in class org.apache.velocity.tools.ToolboxFactory
-
- createToolbox(String) - Method in class org.apache.velocity.tools.ToolManager
-
- createURI() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Tries to create a URI from the current port, opacity, scheme,
userInfo, host, path, query and fragment set for this instance,
using the URI
constructor that is appropriate to the opacity.
- createView(JeeConfig) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
- createView(Class, JeeConfig) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
- crit - Variable in class org.apache.velocity.tools.view.AbstractSearchTool.StoredResults
-
- criteria - Variable in class org.apache.velocity.tools.view.AbstractSearchTool
-
- criteriaKey - Variable in class org.apache.velocity.tools.view.AbstractSearchTool
-
- currency(Object) - Method in class org.apache.velocity.tools.generic.NumberTool
-
Convenience method equivalent to $number.format("currency", $foo).
- current - Variable in class org.apache.velocity.tools.generic.LoopTool.SyncedIterator
-
- CURRENT_PREFIX - Static variable in class org.apache.velocity.tools.generic.ComparisonDateTool
-
- CURRENT_TYPE - Static variable in class org.apache.velocity.tools.generic.ComparisonDateTool
-
- geckoMajorVersion - Variable in class org.apache.velocity.tools.view.BrowserTool
-
- geckoMinorVersion - Variable in class org.apache.velocity.tools.view.BrowserTool
-
- geckoVersion - Variable in class org.apache.velocity.tools.view.BrowserTool
-
- GENERIC_DEFAULTS_PATH - Static variable in class org.apache.velocity.tools.config.ConfigurationUtils
-
- genericVersion - Static variable in class org.apache.velocity.tools.view.BrowserTool
-
- get(String) - Static method in enum org.apache.velocity.tools.config.Data.Type
-
- get(Object) - Method in class org.apache.velocity.tools.generic.ContextTool
-
Retrieves the value for the specified reference name (aka context key).
- get(String) - Method in class org.apache.velocity.tools.generic.DateTool
-
- get(String, String) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns a formatted string representing the date and/or time given by
DateTool.getDate()
in standard, localized patterns.
- get(String) - Method in class org.apache.velocity.tools.generic.FieldTool.FieldToolSub
-
- get(String) - Method in class org.apache.velocity.tools.generic.FieldTool
-
Returns the value for the specified field name as found
in the stored Map
of field names to values (or placeholders).
- get(Object, int) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Gets the specified element of a List/array.
- get(String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
This serves two purposes:
Getting the current value of a sync'ed iterator
Abbreviate syntax for properties of outer loops
- get(String, String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
Asks the loop with the specified name for the current value
of the specified sync'ed iterator, if any.
- get(String) - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Returns the parallel value from the specified sync'ed iterator.
- get() - Method in class org.apache.velocity.tools.generic.LoopTool.SyncedIterator
-
Returns the currently parallel value, if any.
- get(String) - Method in class org.apache.velocity.tools.generic.MarkupTool
-
- get(Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Accepts objects and uses their string value as the key.
- get(String) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- get(Object, String, Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Returns the value for the specified key in the ResourceBundle for
the specified basename and locale.
- get(Object, String[], Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Retrieve a resource for the specified key from the first of the
specified bundles in which a matching resource is found.
- get(Object) - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- get(String) - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- get(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
Convenience method for use in Velocity templates.
- get(Object) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- get(Object) - Method in class org.apache.velocity.tools.generic.XmlTool
-
This will first attempt to find an attribute with the
specified name and return its value.
- get(Number) - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns an
XmlTool
that wraps the specified
Node
from this instance's internal Node list.
- get(String) - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
Returns the set of localized action messages as an
java.util.List
of strings for all actionMsgs
queued of the specified category or null
if no messages are queued for the specified category.
- get(String, String) - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
Returns the set of localized action messages as a
java.util.List
of strings for all action messages
queued of the specified category or null
if no action messages are queued for the specified category.
- get(String) - Method in class org.apache.velocity.tools.struts.MessageTool
-
Looks up and returns the localized message for the specified key.
- get(String, String) - Method in class org.apache.velocity.tools.struts.MessageTool
-
Looks up and returns the localized message for the specified key.
- get(String, Object[]) - Method in class org.apache.velocity.tools.struts.MessageTool
-
Looks up and returns the localized message for the specified key.
- get(String, String, Object[]) - Method in class org.apache.velocity.tools.struts.MessageTool
-
Looks up and returns the localized message for the specified key.
- get(String, String, Object[], Locale) - Method in class org.apache.velocity.tools.struts.MessageTool
-
Looks up and returns the localized message for the specified key.
- get(String, List) - Method in class org.apache.velocity.tools.struts.MessageTool
-
- get(String, String, List) - Method in class org.apache.velocity.tools.struts.MessageTool
-
- get(String, String, List, Locale) - Method in class org.apache.velocity.tools.struts.MessageTool
-
Looks up and returns the localized message for the specified key.
- get(String) - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
Appends a period and the new key to the current
key and returns a new TextKey instance with the
combined result as its key.
- get - Variable in class org.apache.velocity.tools.struts.StrutsLinkTool
-
- get(String) - Method in class org.apache.velocity.tools.struts.StrutsLinkTool
-
This exists to enable a simplified syntax for using this tool in a
template.
- get(Object) - Method in class org.apache.velocity.tools.struts.TilesTool
-
A generic tiles insert function.
- get(String) - Method in class org.apache.velocity.tools.Toolbox
-
- get(String, String) - Method in class org.apache.velocity.tools.Toolbox
-
- get(String, Map<String, Object>) - Method in class org.apache.velocity.tools.Toolbox
-
- get(String, String, Map<String, Object>) - Method in class org.apache.velocity.tools.Toolbox
-
- get(String) - Method in class org.apache.velocity.tools.ToolContext
-
- get(String) - Method in class org.apache.velocity.tools.view.BrowserTool
-
- get(String) - Method in class org.apache.velocity.tools.view.CookieTool
-
Returns the Cookie with the specified name, if it exists.
- get(String) - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Looks up and returns the object with the specified key.
- getAbbr() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
- getAcceptLanguage() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getActionConfig(ServletContext, String) - Static method in class org.apache.velocity.tools.struts.SecureLinkTool
-
Finds the configuration definition for the specified action link
- getActionForm(HttpServletRequest, HttpSession) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the ActionForm
bean associated with
this request of null
if none exists.
- getActionFormName(HttpServletRequest, HttpSession) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the ActionForm name associated with
this request of null
if none exists.
- getActionMappingName(String) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Return the form action converted into an action mapping path.
- getActionMappingURL(ServletContext, HttpServletRequest, String) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the form action converted into a server-relative URI
reference.
- getActionMessages() - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
- getActionMessages() - Method in class org.apache.velocity.tools.struts.ErrorsTool
-
- getAix() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAix1() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAix2() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAix3() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAix4() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAll() - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
Returns the set of localized action messages as an
java.util.List
of strings for all actionMsgs
queued or null
if no messages are queued.
- getAll(String) - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
Returns a List of all queued action messages using
the specified message resource bundle.
- getAll(Map<String, Object>) - Method in class org.apache.velocity.tools.Toolbox
-
- getAll() - Method in class org.apache.velocity.tools.view.CookieTool
-
Expose array of Cookies for this request to the template.
- getAll() - Method in class org.apache.velocity.tools.view.ParameterTool
-
Returns the map of all parameters available for the current request.
- getAllowedTags() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getAllowSubkeys() - Method in class org.apache.velocity.tools.generic.ValueParser
-
Are subkeys allowed ?
- getAltavista() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAmaya() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAmiga() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAnchor() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the anchor (internal document reference) set for this link.
- getAnnotations() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns the Annotation
s of the Class being inspected.
- getAnnotations() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
Returns the Annotation
s of the element being inspected.
- getAol() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAol3() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAol4() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAol5() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAol6() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAolTV() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAppendParams() - Method in class org.apache.velocity.tools.generic.LinkTool
-
- getApplicationClass(String) - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
Return the Class
object for the specified fully qualified
class name, from this web application's class loader.
- getApplicationToolbox() - Method in class org.apache.velocity.tools.ToolManager
-
- getAttribute(String) - Method in class org.apache.velocity.tools.struts.TilesTool
-
Fetches a named attribute-value from the current tiles-context.
- getAttribute(String) - Method in class org.apache.velocity.tools.view.jsp.JspToolContext
-
- getAttribute(String) - Method in interface org.apache.velocity.tools.view.ViewContext
-
Searches for the named attribute in request, session (if valid),
and application scope(s) in order and returns the value associated
or null.
- getAttribute(String) - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Searches for the named attribute in request, session (if valid),
and application scope(s) in order and returns the value associated
or null.
- getAudrey() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAutoAlternateDefault() - Method in class org.apache.velocity.tools.generic.AlternatorTool
-
Returns true if the default for auto-alternating is true.
- getAutoLoaded() - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- getAutoLoaded(boolean) - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
Returns a
FactoryConfiguration
composed, in order of the
following configurations:
ConfigurationUtils.getDefaultTools()
(only if includeDefaults is
true
)
All "tools.xml" configurations found in the classpath root, in the order found
All "tools.properties" configurations found in the classpath root, in the order found
The "tools.xml" file in the current directory (if any)
The "tools.properties" file in the current directory (if any)
If the includeDefaults parameter is null and no such files described above
can be found, then the configuration returned by this method will be
empty, but it should never be
null
.
- getAvantgo() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getAverage(Collection, String) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the average of the values from a list
- getAverage(Object[], String) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the sum of the values from a list
- getAverage(Collection) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the average of the values
- getAverage(Object...) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the average of the values
- getAverage(double...) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the average of the values in an array of double values
- getAverage(long...) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the average of the values in an array of long values
- getB() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a backslash (\).
- getBackslash() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a backslash (\).
- getBaseRef() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the full URI of this template without any query data.
- getBean() - Method in class org.apache.velocity.tools.struts.FormTool
-
Returns the form bean associated with this action mapping.
- getBlackberry() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getBodyContentKey() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getBoolean(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getBoolean(String, boolean) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getBoolean(String, Boolean) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getBooleans(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getBsd() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getBundle(String, Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Retrieves the ResourceBundle
for the specified baseName
and locale, if such exists.
- getCache() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getCachedFile(String, String) - Method in class org.apache.velocity.tools.view.WebappResourceLoader
-
- getCalendar() - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns a Calendar
instance created using the timezone and
locale returned by getTimeZone() and getLocale().
- getCallerLoader(Object) - Static method in class org.apache.velocity.tools.ClassUtils
-
- getCancelName() - Method in class org.apache.velocity.tools.struts.FormTool
-
Returns the query parameter name under which a cancel button press
must be reported if form validation is to be skipped.
- getCatchExceptions() - Method in class org.apache.velocity.tools.generic.RenderTool
-
Returns true
if this render() and eval() methods will
catch exceptions thrown during rendering.
- getCdata() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Returns the cdata setting "true" or "false".
- getCellLength() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getCellSuffix() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getCharacterEncoding() - Method in class org.apache.velocity.tools.generic.LinkTool
-
- getChild(C) - Method in class org.apache.velocity.tools.config.CompoundConfiguration
-
- getChildren() - Method in class org.apache.velocity.tools.config.CompoundConfiguration
-
- getChrome() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getClass(String) - Static method in class org.apache.velocity.tools.ClassUtils
-
Load a class with a given name.
- getClassLoader() - Static method in class org.apache.velocity.tools.ClassUtils
-
- getClassname() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- getClassname() - Method in class org.apache.velocity.tools.ToolInfo
-
- getClassname() - Method in class org.apache.velocity.tools.view.DataInfo
-
Deprecated.
- getClassname() - Method in interface org.apache.velocity.tools.view.ToolInfo
-
Deprecated.
- getClassname() - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
- getComparable(Object, String) - Static method in class org.apache.velocity.tools.generic.SortTool
-
Safely retrieves the comparable value for the specified property
from the specified object.
- getConfiguration() - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyWrap
-
- getConfiguration(ServletContext) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
- getConfiguration(String, ServletContext) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
- getConfiguration(String, ServletContext, boolean) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
- getConfiguration(String) - Method in class org.apache.velocity.tools.view.VelocityView
-
- getConfiguration(String, boolean) - Method in class org.apache.velocity.tools.view.VelocityView
-
- getConfigure() - Method in class org.apache.velocity.tools.ToolInfo
-
- getConstructors() - Method in class org.apache.velocity.tools.generic.ClassTool
-
- getContentTypeAttribute(String, String) - Static method in class org.apache.velocity.tools.view.ImportSupport
-
Get the value associated with a content-type attribute.
- getContextKey() - Method in class org.apache.velocity.tools.view.VelocityViewFilter
-
- getContextPath() - Method in class org.apache.velocity.tools.generic.LinkTool
-
- getContextPath() - Method in class org.apache.velocity.tools.view.LinkTool
-
Initially, this returns the context path that addresses this web
application, e.g.
- getContextURL() - Method in class org.apache.velocity.tools.view.LinkTool
-
Returns a URL that addresses the web application.
- getConvertedValue() - Method in class org.apache.velocity.tools.config.Data
-
- getConverter() - Method in class org.apache.velocity.tools.config.Data
-
- getConverter() - Method in enum org.apache.velocity.tools.config.Data.Type
-
- getCount() - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns the number of items the current loop has handled.
- getCount(String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns the number of items the specified loop has handled.
- getCount() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- getCreateSession() - Method in class org.apache.velocity.tools.view.PagerTool
-
- getCreateSession() - Method in class org.apache.velocity.tools.view.ViewToolManager
-
- getCriteria() - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
Return the criteria object for this request.
- getCriteria() - Method in class org.apache.velocity.tools.view.AbstractSearchTool.StoredResults
-
- getCriteriaKey() - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
- getCss() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getCss1() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getCss2() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getCurl() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getCurrent() - Method in class org.apache.velocity.tools.generic.Alternator
-
Returns the current item without shifting the list index.
- getCurrentContext() - Method in class org.apache.velocity.tools.struts.TilesTool
-
Retrieve the current tiles component context.
- getD() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a dollar sign ($).
- getData() - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyData
-
- getData(String) - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- getData(Data) - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- getData() - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- getData() - Method in class org.apache.velocity.tools.ToolboxFactory
-
- getDataInfoClass() - Method in class org.apache.velocity.tools.view.ToolboxRuleSet
-
Deprecated.
Return the bean class to be created for data elements.
- getDate() - Method in class org.apache.velocity.tools.generic.DateTool
-
- getDateFormat(String, Locale, TimeZone) - Static method in class org.apache.velocity.tools.ConversionUtils
-
Returns a DateFormat
instance for the specified
format, Locale
, and TimeZone
.
- getDateFormat(String, String, Locale, TimeZone) - Static method in class org.apache.velocity.tools.ConversionUtils
-
Returns a DateFormat
instance for the specified
date style, time style, Locale
, and TimeZone
.
- getDateFormat(int, int, Locale, TimeZone) - Static method in class org.apache.velocity.tools.ConversionUtils
-
Returns a DateFormat
instance for the specified
time style, date style, Locale
, and TimeZone
.
- getDateFormat() - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- getDateFormat(String, Locale, TimeZone) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns a DateFormat
instance for the specified
format, Locale
, and TimeZone
.
- getDateFormat(String, String, Locale, TimeZone) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns a DateFormat
instance for the specified
date style, time style, Locale
, and TimeZone
.
- getDateFormat(int, int, Locale, TimeZone) - Method in class org.apache.velocity.tools.generic.DateTool
-
Deprecated.
- getDateStyleAsInt(String) - Static method in class org.apache.velocity.tools.ConversionUtils
-
Checks a string to see if it matches one of the standard DateFormat
style patterns: full, long, medium, short, or default.
- getDay() - Method in class org.apache.velocity.tools.generic.DateTool
-
- getDay(Object) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns the day (of the month) value for the specified date.
- getDays() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the number of days between the dates being compared.
- getDec() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getDefaultAlternate() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getDefaultBundle() - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- getDefaultContentType() - Method in class org.apache.velocity.tools.view.VelocityView
-
Returns the configured default Content-Type.
- getDefaultKey() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
Returns the default key value for the set tool class.
- getDefaultLocale() - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Deprecated.
- getDefaultTools() - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- getDependencies() - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
Returns the current dependencies of this instance, organized
as an ordered map of file types to lists of the required files
of that type.
- getDependencies(String) - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
Returns the List
of files for the specified file type, if any.
- getDependencies(UiDependencyTool) - Method in class org.apache.velocity.tools.view.UiDependencyTool.Group
-
- getDeprecatedConfig(JeeConfig) - Method in class org.apache.velocity.tools.view.VelocityView
-
Deprecated.
- getDepth() - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns the number of loops currently on the stack.
- getDifference() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
- getDillo() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getDirectory() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the directory stack
in the set
LinkTool.getPath()
value, by just trimming
off all that follows the last "/".
- getDollar() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a dollar sign ($).
- getDom0() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getDom1() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getDom2() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getDotnet() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getDouble(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getDouble(String, Double) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getDouble(String, double) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getDoubles(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getDynamicJavascript() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Render just the dynamic JavaScript to perform validations based
on the form name attribute of the action mapping associated
with the current request (if such exists).
- getDynamicJavascript(String) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Render just the dynamic JavaScript to perform validations based
on the supplied form name.
- getDynamicJavascript(ValidatorResources, Locale, Form) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Generates the dynamic JavaScript for the form.
- getE() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders an exclamation mark (!).
- getElement() - Method in class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
- getElement() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
- getElement() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
- getElement() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- getEmacs() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getEnabledLevel() - Method in class org.apache.velocity.tools.view.ServletLogChute
-
Deprecated.
Returns the current minimum level at which messages will be printed.
- getEpiphany() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getError(ToolConfiguration.Status) - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- getErrors(HttpServletRequest) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the Struts errors for this request or null
if none exist.
- getExclamation() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders an exclamation mark (!).
- getExists() - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- getExists() - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
Convenience method to allow $text.key.exists
syntax.
- getFields() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns a
List
of
ClassTool.FieldSub
s for each
field declared field in the inspected class.
- getFieldValue(String) - Static method in class org.apache.velocity.tools.ClassUtils
-
- getFieldValue(Class, String) - Static method in class org.apache.velocity.tools.ClassUtils
-
- getFile() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the last section of the path,
which is all that follows the final "/".
- getFilterConfig() - Method in class org.apache.velocity.tools.view.VelocityViewFilter
-
- getFirefox() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getFirst() - Method in class org.apache.velocity.tools.generic.LoopTool
-
- getFirst() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- getFirst() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns an
XmlTool
that wraps only the
first
Node
from this instance's internal Node list.
- getFirstIndex() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the index of the first item on the current page of results
(as determined by the current index, items per page, and
the number of items).
- getFormat() - Method in class org.apache.velocity.tools.generic.FormatConfig
-
This returns the configured default format for this tool.
- getFormat(String) - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
Retrieves the configured format string for the specified file type.
- getForwardURL(HttpServletRequest, ServletContext, String) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the action forward name converted into a server-relative URI
reference.
- getFreebsd() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getFromArray(Object, int) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Gets the specified element of an array.
- getFromCache(String, String) - Method in class org.apache.velocity.tools.Toolbox
-
- getFromClass(String) - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- getFromClass(Class) - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- getFromInfo(String, String, Map<String, Object>) - Method in class org.apache.velocity.tools.Toolbox
-
- getFull() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
- getFullName() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns the fully-qualified name for the inspected Class.
- getGaleon() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getGecko() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getGeckoMajorVersion() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getGeckoMinorVersion() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getGeckoVersion() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getGenericTools() - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- getGetright() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getGlobal() - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
This a convenience method and the equivalent of
$messages.get($messages.globalName)
.
- getGlobalName() - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
Returns the default "GLOBAL" category name that can be used for
messages that are not associated with a particular property.
- getGlobalProperty(String) - Method in class org.apache.velocity.tools.ToolboxFactory
-
- getGoogle() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getGroup(String) - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
NOTE: This method may change or disappear w/o warning; don't depend
on it unless you're willing to update your code whenever this changes.
- getGroupDependencies(String) - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
Returns the dependencies of the specified group, organized
as an ordered map of file types to lists of the required files
of that type.
- getH() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a hash (#).
- getHash() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a hash (#).
- getHasNext() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- getHeight() - Method in class org.apache.velocity.tools.generic.DisplayTool.Measurements
-
- getHost() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Return the host value for this instance.
- getHotjava() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getHotjava3() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getHotjava3up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getHours() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the number of hours between the dates being compared.
- getHpux() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getHpux10() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getHpux9() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getHtmlComment() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Gets whether or not to delimit the
JavaScript with html comments.
- getHttpclient() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIcab() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIceweasel() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe3() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe4() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe4up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe5() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe55() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe55up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe5up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe6() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe6up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe7() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe7up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe8() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIe8up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIndex() - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns the 0-based index of the item the current loop is handling.
- getIndex(String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns the 0-based index of the item the specified loop is handling.
- getIndex() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Returns the 0-based index of the current item.
- getIndex() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the current search result index.
- getIndexKey() - Method in class org.apache.velocity.tools.view.PagerTool
-
- getInfoseek() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getInit() - Method in class org.apache.velocity.tools.OldToolInfo
-
- getInitParameter(String) - Method in interface org.apache.velocity.tools.view.JeeConfig
-
Returns an initialization parameter.
- getInitParameter(String) - Method in class org.apache.velocity.tools.view.JeeContextConfig
-
Returns an initialization parameter.
- getInitParameter(String) - Method in class org.apache.velocity.tools.view.JeeFilterConfig
-
Returns an initialization parameter.
- getInitParameter(String) - Method in class org.apache.velocity.tools.view.JeeServletConfig
-
Returns an initialization parameter.
- getInitParameterNames() - Method in interface org.apache.velocity.tools.view.JeeConfig
-
Returns all the parameter names.
- getInitParameterNames() - Method in class org.apache.velocity.tools.view.JeeContextConfig
-
Returns all the parameter names.
- getInitParameterNames() - Method in class org.apache.velocity.tools.view.JeeFilterConfig
-
Returns all the parameter names.
- getInitParameterNames() - Method in class org.apache.velocity.tools.view.JeeServletConfig
-
Returns all the parameter names.
- getInputStream(String, ServletContext) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
- getInputStream(String, boolean) - Method in class org.apache.velocity.tools.view.VelocityView
-
- getInstance() - Method in class org.apache.velocity.tools.ClassUtils
-
- getInstance(String) - Static method in class org.apache.velocity.tools.ClassUtils
-
- getInstance() - Method in class org.apache.velocity.tools.config.ConfigurationUtils
-
- getInstance() - Method in class org.apache.velocity.tools.ConversionUtils
-
- getInstance() - Static method in class org.apache.velocity.tools.Scope
-
- getInstance() - Method in class org.apache.velocity.tools.struts.StrutsUtils
-
- getInstance(Object) - Method in class org.apache.velocity.tools.view.DataInfo
-
Deprecated.
Returns the data.
- getInstance(ServletContext, String) - Static method in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
ServletToolboxManager factory method.
- getInstance() - Method in class org.apache.velocity.tools.view.ServletUtils
-
- getInstance(Object) - Method in interface org.apache.velocity.tools.view.ToolInfo
-
Deprecated.
Returns an instance of the tool.
- getInstance(Object) - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
Returns a new instance of the tool.
- getInt(String, int) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getInteger(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getInteger(String, Integer) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getInts(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getInvalidScopes() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- getIopener() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIrix() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIrix5() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getIrix6() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getItems() - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
Gets the results for the given criteria either in memory
or by performing a new query for them.
- getItems() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the item list.
- getItemsPerPage() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the set number of items to be displayed per page of items
- getItemsPerPageKey() - Method in class org.apache.velocity.tools.view.PagerTool
-
- getIterator(Object) - Static method in class org.apache.velocity.tools.ClassUtils
-
Retrieves an Iterator from or creates and Iterator for the specified object.
- getIterator(Object) - Static method in class org.apache.velocity.tools.generic.LoopTool
-
- getJava() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getJavadocRef() - Method in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
- getJavadocRef() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
Simply returns the name of the field.
- getJavadocRef() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- getJavascript() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Render both dynamic and static JavaScript to perform
validations based on the form name attribute of the action
mapping associated with the current request (if such exists).
- getJavascript(String) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Render both dynamic and static JavaScript to perform
validations based on the supplied form name.
- getJavascript(String, boolean) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Render both dynamic and static JavaScript to perform
validations based on the supplied form name.
- getJavascript() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getJavascriptBegin(String) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Returns the opening script element and some initial javascript.
- getJavascriptEnd() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Returns the closing script element.
- getJavascriptStaticMethods(ValidatorResources) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
- getKey() - Method in class org.apache.velocity.tools.config.Data
-
- getKey() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
Returns the key set for this tool.
- getKey() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Should return the key under which this tool has been configured.
- getKey() - Method in class org.apache.velocity.tools.ToolInfo
-
Accessors
- getKey() - Method in class org.apache.velocity.tools.view.DataInfo
-
Deprecated.
Accessors
- getKey() - Method in interface org.apache.velocity.tools.view.ToolInfo
-
Deprecated.
- getKey() - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
Accessors
- getKeys() - Method in class org.apache.velocity.tools.generic.ContextTool
-
Return a Set
of the available reference keys in the current
context.
- getKeys() - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- getKeys(String, String, Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Returns a List
of the key strings in the ResourceBundle
with the specified baseName and locale.
- getKeys(String, String[], Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Returns a List
of the key strings in the specified
ResourceBundles.
- getKeys() - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- getKeys() - Method in class org.apache.velocity.tools.Toolbox
-
- getKeys() - Method in class org.apache.velocity.tools.ToolContext
-
- getKmeleon() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getKonqueror() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLanguagesFilter() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLast() - Method in class org.apache.velocity.tools.generic.LoopTool
-
- getLast() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- getLast() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns an
XmlTool
that wraps only the
last
Node
from this instance's internal Node list.
- getLastIndex() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the index of the last item on the current page of results
(as determined by the current index, items per page, and
the number of items).
- getLastModified(Resource) - Method in class org.apache.velocity.tools.view.WebappResourceLoader
-
Checks to see when a resource was last modified
- getLinkexchange() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLinks() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLinux() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getList() - Method in class org.apache.velocity.tools.view.AbstractSearchTool.StoredResults
-
- getListDelimiter() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getListFinalDelimiter() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getLobo() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLocale() - Method in class org.apache.velocity.tools.generic.LocaleConfig
-
This returns the configured default Locale
for this tool.
- getLocale(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getLocale(String, Locale) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getLocale() - Method in class org.apache.velocity.tools.struts.MessageResourcesTool
-
Retrieves the Locale
for this request.
- getLocale(HttpServletRequest, HttpSession) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the java.util.Locale
for the user.
- getLocales(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getLog() - Method in class org.apache.velocity.tools.config.LogSupport
-
- getLog() - Method in class org.apache.velocity.tools.ToolManager
-
- getLog() - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
- getLogId() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getLotusnotes() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLwp() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLycos() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getLynx() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMac() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMac68k() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMacosx() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMacppc() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMajorVersion() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMessageResources(HttpServletRequest, ServletContext) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the message resources for this application or null
if not found.
- getMessageResources(HttpServletRequest, ServletContext, String) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the message resources with the specified bundle name for this application
or null
if not found.
- getMessages(HttpServletRequest) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the Struts messages for this request or null
if none exist.
- getMethod() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Gets the method name that will be used for the Javascript
validation method name if it has a value.
- getMethods() - Method in class org.apache.velocity.tools.generic.ClassTool
-
- getMilliseconds() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the number of milliseconds between the dates being compared.
- getMinorVersion() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMinutes() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the number of minutes between the dates being compared.
- getModifiers() - Method in class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
- getModifiers() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
- getModifiers() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
- getModifiers() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- getMonth() - Method in class org.apache.velocity.tools.generic.DateTool
-
- getMonth(Object) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns the month value of the specified date.
- getMonths() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the approximate number of months between the dates being compared.
- getMosaic() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMozilla() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMpras() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getMsgs() - Method in class org.apache.velocity.tools.struts.ErrorsTool
-
Renders the queued error messages as a list.
- getMsgs(String) - Method in class org.apache.velocity.tools.struts.ErrorsTool
-
Renders the queued error messages of a particual category as a list.
- getMsgs(String, String) - Method in class org.apache.velocity.tools.struts.ErrorsTool
-
Renders the queued error messages of a particual category as a list.
- getMutex(HttpSession) - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
Returns a mutex (lock object) unique to the specified session
to allow for reliable synchronization on the session.
- getMutex(HttpSession, String, Object) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
Returns a mutex (lock object) unique to the specified session
and stored under the specified key to allow for reliable
synchronization on the session.
- getN() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a new line character appropriate for the
operating system ("\n" in java).
- getName() - Method in class org.apache.velocity.tools.config.Property
-
- getName() - Method in class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
- getName() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
- getName() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns the simple name (i.e.
- getName() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
- getName() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- getName() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Returns the name of this instance.
- getName() - Method in class org.apache.velocity.tools.generic.XmlTool
-
- getName() - Method in class org.apache.velocity.tools.struts.FormTool
-
Returns the form bean name associated with this action mapping.
- getName() - Method in interface org.apache.velocity.tools.view.JeeConfig
-
Returns the name of the servlet (or filter) being used.
- getName() - Method in class org.apache.velocity.tools.view.JeeContextConfig
-
Returns the name of the servlet (or filter) being used.
- getName() - Method in class org.apache.velocity.tools.view.JeeFilterConfig
-
Returns the name of the servlet (or filter) being used.
- getName() - Method in class org.apache.velocity.tools.view.JeeServletConfig
-
Returns the name of the servlet (or filter) being used.
- getNav2() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNav3() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNav4() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNav45() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNav45up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNav4up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNav6() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNav6up() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNavgold() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNeoplanet() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNeoplanet2() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNetscape() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getNewItemsKey() - Method in class org.apache.velocity.tools.view.PagerTool
-
- getNewline() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a new line character appropriate for the
operating system ("\n" in java).
- getNext() - Method in class org.apache.velocity.tools.generic.Alternator
-
Returns the current item, then shifts the list index.
- getNextIndex() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the index for the next page of items
(as determined by the current index, items per page, and
the number of items).
- getNodeName() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns the name of the root node.
- getNumber(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getNumber(String, Number) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getNumberFormat(String, Locale) - Static method in class org.apache.velocity.tools.ConversionUtils
-
Returns a NumberFormat
instance for the specified
format and Locale
.
- getNumberFormat(int, Locale) - Static method in class org.apache.velocity.tools.ConversionUtils
-
Returns a NumberFormat
instance for the specified
number style and Locale
.
- getNumberFormat() - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- getNumberFormat(String, Locale) - Method in class org.apache.velocity.tools.generic.NumberTool
-
Returns a NumberFormat
instance for the specified
format and Locale
.
- getNumberFormat(int, Locale) - Method in class org.apache.velocity.tools.generic.NumberTool
-
Deprecated.
- getNumbers(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getNumberStyleAsInt(String) - Static method in class org.apache.velocity.tools.ConversionUtils
-
Checks a string to see if it matches one of the standard
NumberFormat style patterns:
number, currency, percent, integer, or default.
- getOpera() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOpera3() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOpera4() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOpera5() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOpera6() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOpera7() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOpera8() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOpera9() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOs2() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getOutputStream() - Method in class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
- getPackage() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns the name of the package to which the inspected Class belongs.
- getPage() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Gets the current page number of a multi-part form.
- getPage() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the current "page" of search items.
- getPageContext() - Method in class org.apache.velocity.tools.view.jsp.JspToolContext
-
- getPageDescription() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns a description of the current page.
- getPageNumber(int) - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the "page number" for the specified index.
- getPageNumber() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the "page number" for the current index.
- getPagesAvailable() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the number of pages that can be made from this list
given the set number of items per page.
- getPalm() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getParameterCount() - Method in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
Returns the number of expected parameters.
- getParameters() - Method in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
- getParameters() - Method in class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
- getParameters() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
- getParameters() - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
Get parameters for this tool.
- getParams() - Method in class org.apache.velocity.tools.generic.LinkTool
-
- getParent() - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyData
-
- getParent() - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration.EasyWrap
-
- getParent() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns a new
XmlTool
instance that wraps
the parent
Element
of the first/sole
Node
being wrapped by this instance.
- getParseDepth() - Method in class org.apache.velocity.tools.generic.RenderTool
-
Get the maximum number of loops allowed when recursing.
- getPath() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the current path value for this instance.
- getPath() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns the XPath that identifies the first/sole Node
represented by this instance.
- getPath(HttpServletRequest) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
Retrieves the path for the specified request regardless of
whether this is a direct request or an include by the
RequestDispatcher.
- getPlain() - Method in class org.apache.velocity.tools.view.CookieTool.SugarCookie
-
- getPort() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the port value, if any.
- getPreferredLanguage() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getPreferredLocale() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getPrevIndex() - Method in class org.apache.velocity.tools.view.PagerTool
-
Return the index for the previous page of items
(as determined by the current index, items per page, and
the number of items).
- getProperties() - Method in class org.apache.velocity.tools.config.Configuration
-
- getProperties() - Method in class org.apache.velocity.tools.Toolbox
-
- getProperties() - Method in class org.apache.velocity.tools.ToolInfo
-
- getProperties(String) - Method in class org.apache.velocity.tools.view.VelocityView
-
- getProperties(String, boolean) - Method in class org.apache.velocity.tools.view.VelocityView
-
- getProperty(String) - Method in class org.apache.velocity.tools.config.Configuration
-
- getProperty(Object, String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Safely retrieves the specified property from the specified object.
- getProperty(String, String) - Method in class org.apache.velocity.tools.view.VelocityView
-
Simplifies process of getting a property from VelocityEngine,
because the VelocityEngine interface sucks compared to the singleton's.
- getPropertyGet(Object, String, Info) - Method in class org.apache.velocity.tools.view.WebappUberspector
-
Property getter
- getPropertyMap() - Method in class org.apache.velocity.tools.config.Configuration
-
- getPropertyName() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
If this method can be treated as a bean property in Velocity
(which does not exactly follow the javabean spec for such things)
then it will return the "bean property" equivalent of the method name.
- getPropertySet(Object, String, Object, Info) - Method in class org.apache.velocity.tools.view.WebappUberspector
-
Property setter
- getProps() - Method in class org.apache.velocity.tools.ToolInfo
-
- getPublishToolboxes() - Method in class org.apache.velocity.tools.view.ViewToolManager
-
- getQ() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a double quotation mark (").
- getQuery() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the current query as a string, if any.
- getQueryData() - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- getQuote() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a double quotation mark (").
- getRandom() - Method in class org.apache.velocity.tools.generic.MathTool
-
- getRaw() - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- getReadOnly() - Method in class org.apache.velocity.tools.generic.ValueParser
-
Is the Map read-only?
- getRelative() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
- getReliant() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getRenderedBody() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getRepository() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getRequest() - Method in class org.apache.velocity.tools.view.ParameterTool
-
Returns the current ServletRequest
for this instance.
- getRequest() - Method in interface org.apache.velocity.tools.view.ViewContext
-
Returns the instance of HttpServletRequest
for this request.
- getRequest() - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Returns the current servlet request.
- getRequestPath() - Method in class org.apache.velocity.tools.view.LinkTool
-
Initially, this retrieves the path for the current
request regardless of
whether this is a direct request or an include by the
RequestDispatcher.
- getRequestPath() - Method in class org.apache.velocity.tools.view.servlet.ServletToolInfo
-
Deprecated.
- getRequestToolbox() - Method in class org.apache.velocity.tools.ToolManager
-
- getResource(String, Object) - Static method in class org.apache.velocity.tools.ClassUtils
-
Load a given resource.
- getResourceAsStream(String, Object) - Static method in class org.apache.velocity.tools.ClassUtils
-
This is a convenience method to load a resource as a stream.
- getResources(String, Object) - Static method in class org.apache.velocity.tools.ClassUtils
-
Load all resources with the specified name.
- getResources(String) - Method in class org.apache.velocity.tools.struts.MessageResourcesTool
-
Retrieves the specified MessageResources
bundle, or the
application's default MessageResources if no bundle is specified.
- getResourceStream(String) - Method in class org.apache.velocity.tools.view.WebappResourceLoader
-
Get an InputStream so that the Runtime can build a
template with it.
- getResponse() - Method in interface org.apache.velocity.tools.view.ViewContext
-
Returns the instance of HttpServletResponse
for this request.
- getResponse() - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Returns the current servlet response.
- getRestrictTo() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- getResults() - Method in class org.apache.velocity.tools.view.tools.AbstractSearchTool
-
- getReturns() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
- getRobot() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getRoot() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns the "root" for this URI, if it has one.
- getRuleSet() - Method in class org.apache.velocity.tools.config.XmlFactoryConfiguration
-
Retrieves the rule set Digester should use to parse and load
the toolbox for this manager.
- getRuleSet() - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
Retrieves the rule set Digester should use to parse and load
the toolbox for this manager.
- getRuleSet() - Method in class org.apache.velocity.tools.view.XMLToolboxManager
-
Deprecated.
Retrieves the rule set Digester should use to parse and load
the toolbox for this manager.
- getS() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a single quotation mark (').
- getSafari() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getScheme() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Return the scheme value for this instance.
- getSco() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getScooter() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getScope() - Method in class org.apache.velocity.tools.config.ToolboxConfiguration
-
- getScope() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getScope() - Method in class org.apache.velocity.tools.view.servlet.ServletToolInfo
-
Deprecated.
- getSeconds() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the number of seconds between the dates being compared.
- getSelf() - Method in class org.apache.velocity.tools.generic.LinkTool
-
- getServletApi(String) - Method in class org.apache.velocity.tools.view.jsp.JspToolContext
-
- getServletApi(String) - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Returns the current matching servlet request, response, session,
or servlet context instance, or null if the key matches none of those
keys.
- getServletContext() - Method in interface org.apache.velocity.tools.view.JeeConfig
-
Returns the servlet context.
- getServletContext() - Method in class org.apache.velocity.tools.view.JeeContextConfig
-
Returns the servlet context.
- getServletContext() - Method in class org.apache.velocity.tools.view.JeeFilterConfig
-
Returns the servlet context.
- getServletContext() - Method in class org.apache.velocity.tools.view.JeeServletConfig
-
Returns the servlet context.
- getServletContext() - Method in interface org.apache.velocity.tools.view.ViewContext
-
Returns the instance of ServletContext
for this request.
- getServletContext() - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Returns the servlet context.
- getSession() - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Returns the current session, if any.
- getSessionToolbox() - Method in class org.apache.velocity.tools.view.ViewToolManager
-
- getShowDeprecated() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns the current showDeprecated setting.
- getSignature() - Method in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
- getSingleQuote() - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Renders a single quotation mark (').
- getSinix() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getSize() - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
Returns the number of action messages queued.
- getSize(String) - Method in class org.apache.velocity.tools.struts.ActionMessagesTool
-
Returns the number of action messages queued for a particular property.
- getSkipSetters() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- getSlip() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns a Sliding List of Indices for Pages
of items.
- getSlipSize() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the number of result page indices
PagerTool.getSlip()
will return per request (if available).
- getSlipSizeKey() - Method in class org.apache.velocity.tools.view.PagerTool
-
- getSlurp() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getSource() - Method in exception org.apache.velocity.tools.config.ConfigurationException
-
- getSource() - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
Returns the original source of this particular instance.
- getSource() - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getSource() - Method in class org.apache.velocity.tools.view.ParameterTool
-
Overrides ValueParser.getSource() to return the result
of getRequest().getParameterMap() and expand singleton
arrays within it first.
- getSources() - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
Returns the list of sources for this configuration info in
order starting from the source name given to this instance
(if any) and going to the most recently added source.
- getSrc() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Gets the src attribute's value when defining
the html script element.
- getStaroffice() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getStartElement() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Constructs the beginning