- GENERIC_DEFAULTS_PATH - Static variable in class org.apache.velocity.tools.config.ConfigurationUtils
-
- 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(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
-
- 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.
- GetAttributeExecutor(Log, Introspector, Class, String) - Constructor for class org.apache.velocity.tools.view.WebappUberspector.GetAttributeExecutor
-
- 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
-
- 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().
- 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.
- 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
-
- getDateFormat(String, String, Locale, TimeZone) - Static method in class org.apache.velocity.tools.ConversionUtils
-
- getDateFormat(int, int, Locale, TimeZone) - Static method in class org.apache.velocity.tools.ConversionUtils
-
- getDateFormat() - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- getDateFormat(String, Locale, TimeZone) - Method in class org.apache.velocity.tools.generic.DateTool
-
- getDateFormat(String, String, Locale, TimeZone) - Method in class org.apache.velocity.tools.generic.DateTool
-
- 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
-
- 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
-
- 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
-
- 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
-
- getNumberFormat(int, Locale) - Static method in class org.apache.velocity.tools.ConversionUtils
-
- getNumberFormat() - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- getNumberFormat(String, Locale) - Method in class org.apache.velocity.tools.generic.NumberTool
-
- 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
-
- getStaticJavascript() - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Render just the static JavaScript methods.
- getStaticValue() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
Returns the value of the field if and only if
it is a static field that has no access restrictions
set by the security manager.
- getStatus() - Method in class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
- getStoredItems() - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
- getStoredItems() - Method in class org.apache.velocity.tools.view.PagerTool
-
Retrieves stored search items (if any) from the user's
session attributes.
- getStoredResults() - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
Retrieves stored search results (if any) from the user's
session attributes.
- getString(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getString(String, String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getString() - Method in class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
Retrieves the buffered output, using the containing tag's
'charEncoding' attribute, or the tag's default encoding,
if necessary.
- getStrings(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getStringsDelimiter() - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- getStringsTrim() - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- getStyleAsInt(String) - Method in class org.apache.velocity.tools.generic.DateTool
-
Deprecated.
- getStyleAsInt(String) - Method in class org.apache.velocity.tools.generic.NumberTool
-
Deprecated.
- getSubkey(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
subkey getter that returns a map -> value
for every "subkey.subkey2" found entry
- getSubType() - Method in class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
- getSubType() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
- getSubType() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
- getSubType() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- getSun() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getSun4() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getSun5() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getSuni86() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getSuper() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns a new ClassTool instance that is inspecting the
superclass of the Class being inspected by this instance.
- getSystemCalendar() - Static method in class org.apache.velocity.tools.generic.DateTool
-
- getSystemDate() - Static method in class org.apache.velocity.tools.generic.DateTool
-
- getSystemTime() - Static method in class org.apache.velocity.tools.generic.DateTool
-
- getTab() - Method in class org.apache.velocity.tools.generic.MarkupTool
-
- getTarget() - Method in enum org.apache.velocity.tools.config.Data.Type
-
- getTarget() - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
- getTargetClass() - Method in class org.apache.velocity.tools.config.Data
-
- getTemplate() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getTemplate(HttpServletRequest) - Method in class org.apache.velocity.tools.view.VelocityView
-
Gets the requested template.
- getTemplate(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.tools.view.VelocityView
-
- getTemplate(String) - Method in class org.apache.velocity.tools.view.VelocityView
-
Retrieves the requested template.
- getTemplate(String, String) - Method in class org.apache.velocity.tools.view.VelocityView
-
Retrieves the requested template with the specified character encoding.
- getTemplate(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
- getTemplate(String) - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
- getText(String, Locale) - Method in class org.apache.velocity.tools.generic.ComparisonDateTool
-
Retrieves the specified text resource.
- getText() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns the concatenated text content of all the internally held
nodes.
- getThis() - Method in class org.apache.velocity.tools.generic.ContextTool
-
Returns the context being analyzed by this tool.
- getThis() - Method in class org.apache.velocity.tools.generic.LoopTool
-
- getTimeZone() - Method in class org.apache.velocity.tools.generic.DateTool
-
- getToken() - Method in class org.apache.velocity.tools.struts.FormTool
-
Returns the transaction control token for this session or
null
if no token exists.
- getToken(HttpSession) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Returns the transaction token stored in this session or
null
if not used.
- getTokenName() - Method in class org.apache.velocity.tools.struts.FormTool
-
Returns the query parameter name under which a transaction token
must be reported.
- getTool(String) - Method in class org.apache.velocity.tools.config.ToolboxConfiguration
-
- getToolbox(String) - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- getToolbox() - Method in class org.apache.velocity.tools.generic.ContextTool
-
Returns a read-only view of the toolbox
Map
for this context.
- getToolbox() - Method in class org.apache.velocity.tools.ToolContext
-
Returns a
Map
of all tools available to this
context.
- getToolbox() - Method in class org.apache.velocity.tools.view.context.ChainedContext
-
Deprecated.
Returns the tools for this context
- getToolbox(Object) - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
Overrides XMLToolboxManager to handle the separate
scopes.
- getToolbox(Object) - Method in interface org.apache.velocity.tools.view.ToolboxManager
-
Deprecated.
Retrieves a map of the tools and data being managed.
- getToolbox(Object) - Method in class org.apache.velocity.tools.view.XMLToolboxManager
-
Deprecated.
- getToolboxes() - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- getToolboxes() - Method in class org.apache.velocity.tools.ToolContext
-
- getToolboxes() - Method in class org.apache.velocity.tools.view.ViewToolContext
-
- getToolboxFactory() - Method in class org.apache.velocity.tools.ToolManager
-
- getToolboxKey() - Method in class org.apache.velocity.tools.view.ViewToolManager
-
- getToolClass() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- getToolClass() - Method in class org.apache.velocity.tools.ToolInfo
-
- getToolClassMap() - Method in class org.apache.velocity.tools.Toolbox
-
Return a new
Map
link tools' keys to their
Class
es.
- getToolClassMap() - Method in class org.apache.velocity.tools.ToolContext
-
Gets a map of keys to classes for all available tools.
- getToolConfiguration() - Method in exception org.apache.velocity.tools.config.InvalidScopeException
-
- getToolInfo(String) - Method in class org.apache.velocity.tools.ToolboxFactory
-
- getToolInfoClass() - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet
-
Deprecated.
- getToolInfoClass() - Method in class org.apache.velocity.tools.view.ToolboxRuleSet
-
Deprecated.
Return the bean class to be created for tool elements.
- getToolProperties() - Method in class org.apache.velocity.tools.ToolContext
-
- getTools() - Method in class org.apache.velocity.tools.config.ToolboxConfiguration
-
- getToolVar(String) - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Finds the automatically provided values, either configured
tools or servlet API objects (request, response, etc).
- getTotal(Collection, String) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the sum of the values from a list
- getTotal(Object[], String) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the sum of the values from a list
- getTotal(Collection) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the sum of the values
- getTotal(Object...) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the sum of the values
- getTotal(double...) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the sum of the values
- getTotal(long...) - Method in class org.apache.velocity.tools.generic.MathTool
-
Get the sum of the values
- getTotal() - Method in class org.apache.velocity.tools.view.PagerTool
-
Returns the total number of items available.
- getTruncateAtWord() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getTruncateLength() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getTruncateSuffix() - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- getType() - Method in class org.apache.velocity.tools.config.Data
-
- getType() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
- getType() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns the
Class
being inspected by this instance.
- getTypes() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns a
Set
of all
Class
es that are
part of the signatures (i.e.
- getUniqueName() - Method in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
Build a unique method/ctor name by appending the simple names of
the expected parameter types, thereby distinguishing constructors
and overloaded methods with a useful name that would still be a
valid method name.
- getUniqueName() - Method in class org.apache.velocity.tools.generic.ClassTool.FieldSub
-
Simply returns the name of the field, since field names
cannot be overloaded.
- getUniqueName() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- getUnix() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getUnixware() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getUri() - Method in class org.apache.velocity.tools.generic.LinkTool
-
If the tool is not in "safe mode"--which it is by default--
this will return the
URI
representation of this instance,
if any.
- getURI() - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- getUser() - Method in class org.apache.velocity.tools.generic.LinkTool
-
- getUserAgent() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getUserCanOverwriteTools() - Method in class org.apache.velocity.tools.ToolContext
-
Default is true
.
- getUserCanOverwriteTools() - Method in class org.apache.velocity.tools.ToolManager
-
- getUserVar(String) - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Finds "user" set values, either in the local context
or in the scoped attributes if none is in the local context.
- getValidScopes() - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- getValue() - Method in class org.apache.velocity.tools.config.Data
-
- getValue(Object) - Method in class org.apache.velocity.tools.generic.DateTool
-
- getValue(Object, Object) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns the specified value of the specified date,
or null if the field or date is invalid.
- getValue(int, Object) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns the specified value of the specified date,
or null if the field or date is invalid.
- getValue() - Method in class org.apache.velocity.tools.generic.FieldTool.MutableField
-
- getValue(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getValue(String, Object) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getValue(String) - Method in class org.apache.velocity.tools.view.ParameterTool
-
Overrides ValueParser.getValue(String key) to retrieve the
value from the ServletRequest instead of an arbitrary Map.
- getValues() - Method in class org.apache.velocity.tools.generic.ContextTool
-
Return a
Set
of the available values in the current
context.
- getValues(String) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- getValues(String) - Method in class org.apache.velocity.tools.view.ParameterTool
-
Overrides ValueParser.getValues(String key) to retrieve
Strings from the ServletRequest instead of an arbitrary Map.
- getVar() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getVelocityContext() - Method in interface org.apache.velocity.tools.view.ViewContext
-
Returns a reference to the current Velocity context.
- getVelocityContext() - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Returns a reference to the Velocity context (this object).
- getVelocityEngine() - Method in class org.apache.velocity.tools.ToolManager
-
- getVelocityEngine() - Method in interface org.apache.velocity.tools.view.ViewContext
-
Returns the current VelocityEngine instance.
- getVelocityEngine() - Method in class org.apache.velocity.tools.view.ViewToolContext
-
Returns a reference to the VelocityEngine.
- getVelocityLog() - Static method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Allow subclasses to statically access the static target.
- getVelocityProperty(String, String) - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
- getVelocityStruts() - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
Returns a
FactoryConfiguration
including all default
"VelocityStruts" tools available as well as the default "VelocityView"
tools and "GenericTools".
- getVelocityView() - Static method in class org.apache.velocity.tools.config.ConfigurationUtils
-
Returns a
FactoryConfiguration
including all default
"VelocityView" tools available as well as the default "GenericTools".
- getVelocityView() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getVelocityView() - Method in class org.apache.velocity.tools.view.servlet.VelocityLayoutServlet
-
Deprecated.
Overrides parent to ensure each VVS instance has
it's own separate configuration, just like in Tools 1.x.
- getVelocityView() - Method in class org.apache.velocity.tools.view.servlet.VelocityViewServlet
-
Deprecated.
Overrides parent to ensure each VVS instance has
it's own separate configuration, just like in Tools 1.x.
- getVelocityView(ServletConfig) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
Returns the shared
VelocityView
for the specified
ServletConfig
's context.
- getVelocityView(FilterConfig) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
Returns the shared
VelocityView
for the specified
FilterConfig
's context.
- getVelocityView(JeeConfig) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
- getVelocityView(ServletContext) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
Returns the shared
VelocityView
for the specified
ServletContext
.
- getVelocityView(ServletContext, boolean) - Static method in class org.apache.velocity.tools.view.ServletUtils
-
Returns the shared
VelocityView
for the specified
ServletContext
.
- getVelocityView() - Method in class org.apache.velocity.tools.view.VelocityViewFilter
-
- getVelocityView() - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
- getVersion() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getViewToolContext() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- getVista() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getVMS() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getW3m() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWap() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWebcrawler() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWebTV() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWeeks() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the number of weeks between the dates being compared.
- getWget() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWidth() - Method in class org.apache.velocity.tools.generic.DisplayTool.Measurements
-
- getWin16() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWin2k() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWin31() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWin32() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWin3x() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWin95() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWin98() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWindows() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWinme() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWinnt() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWinxp() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getWriter() - Method in class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
- getX11() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getYahoo() - Method in class org.apache.velocity.tools.view.BrowserTool
-
- getYear() - Method in class org.apache.velocity.tools.generic.DateTool
-
- getYear(Object) - Method in class org.apache.velocity.tools.generic.DateTool
-
Returns the year value of the specified date.
- getYears() - Method in class org.apache.velocity.tools.generic.ComparisonDateTool.Comparison
-
Return the approximate number of years between the dates being compared.
- Group(String, Log) - Constructor for class org.apache.velocity.tools.view.UiDependencyTool.Group
-
- GroupRule() - Constructor for class org.apache.velocity.tools.view.UiDependencyTool.GroupRule
-
- GROUPS_KEY_SPACE - Static variable in class org.apache.velocity.tools.view.UiDependencyTool
-
- id(Object) - Method in class org.apache.velocity.tools.generic.MarkupTool.Tag
-
- idiv(Object, Object) - Method in class org.apache.velocity.tools.generic.MathTool
-
Does integer division on the int values of the specified numbers.
- importAttribute(String) - Method in class org.apache.velocity.tools.struts.TilesTool
-
Imports the named attribute-value from the current tiles-context into the
current Velocity context.
- importAttribute(String, String) - Method in class org.apache.velocity.tools.struts.TilesTool
-
Imports the named attribute-value from the current tiles-context into the
named context ("page", "request", "session", or "application").
- importAttributes() - Method in class org.apache.velocity.tools.struts.TilesTool
-
Imports all attributes in the current tiles-context into the
current velocity-context.
- importAttributes(String) - Method in class org.apache.velocity.tools.struts.TilesTool
-
Imports all attributes in the current tiles-context into the named
context ("page", "request", "session", or "application").
- ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
Constructs a new ImportResponseWrapper.
- ImportSupport - Class in org.apache.velocity.tools.view
-
Provides methods to import arbitrary local or remote resources as strings.
- ImportSupport() - Constructor for class org.apache.velocity.tools.view.ImportSupport
-
- ImportSupport.ImportResponseWrapper - Class in org.apache.velocity.tools.view
-
Wraps responses to allow us to retrieve results as Strings.
- ImportSupport.SafeClosingHttpURLConnectionReader - Class in org.apache.velocity.tools.view
-
- ImportTool - Class in org.apache.velocity.tools.view
-
General-purpose text-importing view tool for templates.
- ImportTool() - Constructor for class org.apache.velocity.tools.view.ImportTool
-
- ImportTool - Class in org.apache.velocity.tools.view.tools
-
Deprecated.
- ImportTool() - Constructor for class org.apache.velocity.tools.view.tools.ImportTool
-
Deprecated.
- in(String) - Method in class org.apache.velocity.tools.generic.FieldTool
-
Returns a
FieldTool.FieldToolSub
holding a
Map
of all the public static field names to values (or a placeholder
if the value is not final) for the specified class(name).
- in(Object) - Method in class org.apache.velocity.tools.generic.FieldTool
-
Returns a
FieldTool.FieldToolSub
holding a
Map
of all the public static field names to values (or a placeholder
if the value is not final) for the
Class
of the
specified Object.
- in(Class) - Method in class org.apache.velocity.tools.generic.FieldTool
-
Returns a
FieldTool.FieldToolSub
holding a
Map
of all the public static field names to values (or a placeholder
if the value is not final) for the specified
Class
.
- INCLUDE_KEY - Static variable in class org.apache.velocity.tools.generic.FieldTool
-
The key used for specifying which classes should be inspected
for public static methods to be made available.
- INCLUDE_REQUEST_PARAMS_KEY - Static variable in class org.apache.velocity.tools.view.LinkTool
-
- includeRequestParams - Variable in class org.apache.velocity.tools.view.LinkTool
-
- IncludeTool - Class in org.apache.velocity.tools.view
-
Allows for transparent content negotiation in a manner mimicking
Apache httpd's
MultiViews.
- IncludeTool() - Constructor for class org.apache.velocity.tools.view.IncludeTool
-
- info(Object) - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Passes messages to Velocity's LogChute at "INFO" level.
- info(Object, Throwable) - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Passes messages to Velocity's LogChute at "INFO" level.
- init(RuntimeServices) - Method in class org.apache.velocity.tools.generic.log.CommonsLogLogSystem
-
Deprecated.
LogSystem methods
- init(Object) - Method in class org.apache.velocity.tools.struts.FormTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.struts.MessageResourcesTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.struts.TilesTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.i18n.MultiViewsTool
-
Deprecated.
- init(RuntimeServices) - Method in class org.apache.velocity.tools.view.servlet.ServletLogger
-
Deprecated.
- init(ServletConfig) - Method in class org.apache.velocity.tools.view.servlet.VelocityLayoutServlet
-
Deprecated.
- init(ServletConfig) - Method in class org.apache.velocity.tools.view.servlet.VelocityViewServlet
-
Deprecated.
- init(ExtendedProperties) - Method in class org.apache.velocity.tools.view.servlet.WebappLoader
-
Deprecated.
- init(RuntimeServices) - Method in class org.apache.velocity.tools.view.ServletLogChute
-
Deprecated.
init()
- init(Object) - Method in class org.apache.velocity.tools.view.tools.AbstractPagerTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.AbstractSearchTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.BrowserSnifferTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.ContextTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.CookieTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.ImportTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.ParameterParser
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.ViewRenderTool
-
Deprecated.
- init(Object) - Method in class org.apache.velocity.tools.view.tools.ViewResourceTool
-
Deprecated.
- init(ServletConfig) - Method in class org.apache.velocity.tools.view.VelocityLayoutServlet
-
Initializes Velocity, the view servlet and checks for changes to
the initial layout configuration.
- init(JeeConfig) - Method in class org.apache.velocity.tools.view.VelocityView
-
Initializes ToolboxFactory, VelocityEngine, and sets default
encoding for processing requests.
- init(JeeConfig, VelocityEngine) - Method in class org.apache.velocity.tools.view.VelocityView
-
Initializes the Velocity runtime, first calling
loadConfiguration(JeeConfig) to get a
org.apache.commons.collections.ExtendedProperties
of configuration information
and then calling velocityEngine.init().
- init(FilterConfig) - Method in class org.apache.velocity.tools.view.VelocityViewFilter
-
Initializes VelocityView used to process requests.
- init(ServletConfig) - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
Initializes servlet and VelocityView used to process requests.
- init(ExtendedProperties) - Method in class org.apache.velocity.tools.view.WebappResourceLoader
-
This is abstract in the base class, so we need it.
- init() - Method in class org.apache.velocity.tools.view.WebappUberspector
-
init method
- INIT_METHOD_NAME - Static variable in class org.apache.velocity.tools.OldToolInfo
-
- initializeView() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- insecure() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns a new instance with the scheme set to "http".
- insert(Object[]) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- insert(List) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- insert(Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- insert(Object, Object) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- insert(Object[]) - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- insert(List) - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- insert(Object) - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- insert(Object, Object) - Method in class org.apache.velocity.tools.generic.ResourceTool.Key
-
- insert(Object) - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
Returns a new TextKey with the specified argument
to be inserted into the text output.
- insert(Object, Object) - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
Returns a new TextKey with the specified arguments
to be inserted into the text output.
- insert(Object, Object, Object) - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
Returns a new TextKey with the specified arguments
to be inserted into the text output.
- insert(List) - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
Returns a new TextKey with the specified List of arguments
to be inserted into the text output.
- insert(Object[]) - Method in class org.apache.velocity.tools.struts.MessageTool.TextKey
-
Returns a new TextKey with the specified array of arguments
to be inserted into the text output.
- inspect(String) - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns a new ClassTool instance that is inspecting the
Class with the specified name.
- inspect(Object) - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns a new ClassTool instance that is inspecting the
Class of the specified
Object
.
- inspect(Class) - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns a new ClassTool instance that is inspecting the
the specified
Class
.
- inspect(Class) - Method in class org.apache.velocity.tools.generic.FieldTool
-
Looks for all public, static fields in the specified class and
stores their value (if final) or else a
FieldTool.MutableField
for
in a
Map
under the fields' names.
- INSPECT_KEY - Static variable in class org.apache.velocity.tools.generic.ClassTool
-
- INSTANCE - Static variable in class org.apache.velocity.tools.ClassUtils
-
- INSTANCE - Static variable in class org.apache.velocity.tools.config.ConfigurationUtils
-
- INSTANCE - Static variable in class org.apache.velocity.tools.ConversionUtils
-
- INSTANCE - Static variable in class org.apache.velocity.tools.struts.StrutsUtils
-
- INSTANCE - Static variable in class org.apache.velocity.tools.view.ServletUtils
-
- integer(Object) - Method in class org.apache.velocity.tools.generic.NumberTool
-
Convenience method equivalent to $number.format("integer", $foo).
- internalEval(Context, String) - Method in class org.apache.velocity.tools.generic.RenderTool
-
- internalGet(String) - Method in class org.apache.velocity.tools.ToolContext
-
- internalGet(String) - Method in class org.apache.velocity.tools.view.context.ChainedContext
-
Deprecated.
- internalRecurse(Context, String, int) - Method in class org.apache.velocity.tools.generic.RenderTool
-
- internalSort(List, List) - Method in class org.apache.velocity.tools.generic.SortTool
-
- InvalidScope - Annotation Type in org.apache.velocity.tools.config
-
- InvalidScopeException - Exception in org.apache.velocity.tools.config
-
- InvalidScopeException(ToolboxConfiguration, ToolConfiguration) - Constructor for exception org.apache.velocity.tools.config.InvalidScopeException
-
- invoke(Method, Object, Object) - Method in class org.apache.velocity.tools.ToolInfo
-
- isAbsolute() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns true if this instance has a scheme value
and is not being forced to create relative URIs.
- isAbsoluteUrl(String) - Static method in class org.apache.velocity.tools.view.ImportSupport
-
Returns true if our current URL is absolute,
false otherwise.
- isAbstract() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is declared abstract.
- isAbstract() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isArray(Object) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Checks if an object is an array.
- isAuto() - Method in class org.apache.velocity.tools.generic.Alternator
-
- isCached() - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- isConfigLocked() - Method in class org.apache.velocity.tools.generic.SafeConfig
-
- isCustom() - Method in enum org.apache.velocity.tools.config.Data.Type
-
- isDebugEnabled() - Method in class org.apache.velocity.tools.config.LogSupport
-
- isDebugEnabled() - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Returns true if Velocity's LogChute returns true
for isDebugEnabled().
- isDeprecated(AnnotatedElement) - Static method in class org.apache.velocity.tools.generic.ClassTool
-
- isDeprecated() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class has been deprecated.
- isDeprecated() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isEmpty(Object) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Checks if a List/array is empty.
- isEmpty() - Method in class org.apache.velocity.tools.generic.MarkupTool.Tag
-
- isEmpty() - Method in class org.apache.velocity.tools.generic.ValueParser
-
- isEmpty() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns true
if there are no Node
s internally held
by this instance.
- isErrorEnabled() - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Returns true if Velocity's LogChute returns true
for isErrorEnabled().
- isFatalEnabled() - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Returns true if isErrorEnabled() returns true, since
Velocity's LogChute doesn't support this level.
- isFinal() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is declared final.
- isFinal() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isFirst() - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns true
if the current loop is on its first iteration.
- isFirst(String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns true
if the loop with the specified name
is on its first iteration.
- isFirst() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- isInfoEnabled() - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Returns true if Velocity's LogChute returns true
for isInfoEnabled().
- isInterface() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is an interface.
- isInterface() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isLast() - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns true
if the current loop is on its last iteration.
- isLast(String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
Returns true
if the loop with the specified name
is on its last iteration.
- isLast() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
- isLevelEnabled(int) - Method in class org.apache.velocity.tools.view.ServletLogChute
-
Deprecated.
This will return true if the specified level
is equal to or higher than the level this
LogChute is enabled for.
- isList() - Method in enum org.apache.velocity.tools.config.Data.Type
-
- isList(Object) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Checks if an object is a List.
- isNative() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isOpaque() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns true if this instance represents an opaque URI.
- isOrphan() - Method in class org.apache.velocity.tools.generic.MarkupTool.Tag
-
- isPathChanged() - Method in class org.apache.velocity.tools.view.LinkTool
-
- isPrivate() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is declared private.
- isPrivate() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isProtected() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is declared protected.
- isProtected() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isPublic() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is declared public.
- isPublic() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isRelative() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns true if this instance is being forced to
return relative URIs or has a null scheme value.
- isSafeMode() - Method in class org.apache.velocity.tools.generic.SafeConfig
-
Returns true
if this tool is in "safe mode".
- isSecure() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns true if this instance's scheme is "https".
- isSkipSetters() - Method in class org.apache.velocity.tools.ToolInfo
-
- isSourceModified(Resource) - Method in class org.apache.velocity.tools.view.WebappResourceLoader
-
Checks to see if a resource has been deleted, moved or modified.
- isStatic() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is an inner class
that has been declared static or is a standard outer class..
- isStatic() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isStrict() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if the inspected Class is declared strictfp
(uses strict floating point math).
- isStrict() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isSyncedWith(String) - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Returns true
if this ManagedIterator has a sync'ed
iterator with the specified name.
- isSynchronized() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isTraceEnabled() - Method in class org.apache.velocity.tools.config.LogSupport
-
- isTraceEnabled() - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Returns true if Velocity's LogChute returns true
for isTraceEnabled().
- isTransient() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isVarArgs() - Method in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
- isVarArgs() - Method in class org.apache.velocity.tools.generic.ClassTool.ConstructorSub
-
Returns true if the final parameter for the constructor was declared
as a vararg.
- isVarArgs() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
Returns true if the final parameter for the method was declared
as a vararg.
- isVoid() - Method in class org.apache.velocity.tools.generic.ClassTool.MethodSub
-
Returns true if the return type of this method is void.
- isVolatile() - Method in class org.apache.velocity.tools.generic.ClassTool.Sub
-
- isWarnEnabled() - Method in class org.apache.velocity.tools.config.LogSupport
-
- isWarnEnabled() - Method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Returns true if Velocity's LogChute returns true
for isWarnEnabled().
- isXHTML() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns true if the query delimiter used by this instance is
using &
as the delimiter for query data pairs
or just using &
.
- iterator() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns an
Iterator
that returns new
XmlTool
instances for each
Node
held internally by this instance.
- IteratorTool - Class in org.apache.velocity.tools.generic
-
- IteratorTool() - Constructor for class org.apache.velocity.tools.generic.IteratorTool
-
Deprecated.
Create a IteratorTool instance to use as tool.
- IteratorTool(Object) - Constructor for class org.apache.velocity.tools.generic.IteratorTool
-
Deprecated.
Create a IteratorTool instance to use in #foreach.
- SAFE_MODE_KEY - Static variable in class org.apache.velocity.tools.generic.SafeConfig
-
Many tools interested in locking configure() also have other
things they wish to secure.
- SafeConfig - Class in org.apache.velocity.tools.generic
-
Implements common logic and constants for tools which automatically
locks down the public void configure(Map params)
method after
it is called once.
- SafeConfig() - Constructor for class org.apache.velocity.tools.generic.SafeConfig
-
- scheme - Variable in class org.apache.velocity.tools.generic.LinkTool
-
- scheme(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns a new instance with the specified value set as its scheme.
- SCHEME_KEY - Static variable in class org.apache.velocity.tools.generic.LinkTool
-
- Scope - Class in org.apache.velocity.tools
-
A specialized constants class to provide some compile-time typo checking and
runtime validation for scopes specified in annotations, toolbox configs, etc.
- scope - Variable in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- ScopeRule() - Constructor for class org.apache.velocity.tools.config.OldXmlFactoryConfigurationRuleSet.ScopeRule
-
Deprecated.
- SECOND_KEY - Static variable in class org.apache.velocity.tools.generic.ComparisonDateTool
-
- secure() - Method in class org.apache.velocity.tools.generic.LinkTool
-
Returns a new instance with the scheme set to "https".
- secure(Object) - Method in class org.apache.velocity.tools.view.CookieTool.SugarCookie
-
- SECURE_SCHEME - Static variable in class org.apache.velocity.tools.generic.LinkTool
-
- SecureLinkTool - Class in org.apache.velocity.tools.struts
-
Tool to be able to use Struts SSL Extensions with Velocity.
- SecureLinkTool() - Constructor for class org.apache.velocity.tools.struts.SecureLinkTool
-
- selectModule(String, ServletContext) - Static method in class org.apache.velocity.tools.struts.StrutsUtils
-
Select the module to which the specified request belongs, and
add return the corresponding ModuleConfig.
- self - Variable in class org.apache.velocity.tools.generic.LinkTool
-
- SELF_ABSOLUTE_KEY - Static variable in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- SELF_INCLUDE_PARAMETERS_KEY - Static variable in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- servlet - Variable in class org.apache.velocity.tools.view.JeeServletConfig
-
- SERVLET_CONTEXT_KEY - Static variable in class org.apache.velocity.tools.view.VelocityView
-
Key used to access the ServletContext in
the Velocity application attributes.
- SERVLET_CONTEXT_KEY - Static variable in interface org.apache.velocity.tools.view.ViewContext
-
Key used for the servlet context object in tool properties.
- servletContext - Variable in class org.apache.velocity.tools.view.ServletLogChute
-
Deprecated.
- servletContext - Variable in class org.apache.velocity.tools.view.ViewToolManager
-
- servletContext - Variable in class org.apache.velocity.tools.view.WebappResourceLoader
-
- ServletLogChute - Class in org.apache.velocity.tools.view
-
- ServletLogChute() - Constructor for class org.apache.velocity.tools.view.ServletLogChute
-
Deprecated.
Construct a simple logger for a servlet environment.
- ServletLogger - Class in org.apache.velocity.tools.view.servlet
-
- ServletLogger() - Constructor for class org.apache.velocity.tools.view.servlet.ServletLogger
-
Deprecated.
- ServletToolboxManager - Class in org.apache.velocity.tools.view.servlet
-
- ServletToolboxRuleSet - Class in org.apache.velocity.tools.view.servlet
-
- ServletToolboxRuleSet() - Constructor for class org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet
-
Deprecated.
- ServletToolboxRuleSet.BooleanConfigRule - Class in org.apache.velocity.tools.view.servlet
-
Deprecated.
Abstract rule for configuring boolean options on the parent
object/element of the matching element.
- ServletToolboxRuleSet.CreateSessionRule - Class in org.apache.velocity.tools.view.servlet
-
Deprecated.
Rule that sets setCreateSession()
for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager
.
- ServletToolboxRuleSet.XhtmlRule - Class in org.apache.velocity.tools.view.servlet
-
Deprecated.
Rule that sets setXhtml()
for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager
.
- ServletToolInfo - Class in org.apache.velocity.tools.view.servlet
-
- ServletToolInfo() - Constructor for class org.apache.velocity.tools.view.servlet.ServletToolInfo
-
Deprecated.
- ServletUtils - Class in org.apache.velocity.tools.view.servlet
-
- ServletUtils() - Constructor for class org.apache.velocity.tools.view.servlet.ServletUtils
-
Deprecated.
- ServletUtils - Class in org.apache.velocity.tools.view
-
A set of utility methods for supporting and using
VelocityTools in the servlet environment.
- ServletUtils() - Constructor for class org.apache.velocity.tools.view.ServletUtils
-
- SESSION - Static variable in class org.apache.velocity.tools.Scope
-
- session - Variable in class org.apache.velocity.tools.struts.FormTool
-
A reference to the HtttpSession.
- session - Variable in class org.apache.velocity.tools.struts.ValidatorTool
-
A reference to the HttpSession.
- session - Variable in class org.apache.velocity.tools.view.PagerTool
-
- SESSION - Static variable in interface org.apache.velocity.tools.view.ViewContext
-
Key used for the HTTP session object.
- session - Variable in class org.apache.velocity.tools.view.ViewContextTool
-
- SESSION_TOOLS_KEY - Static variable in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
- set(Object, Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
Sets a new key=value pair to the existing query
data, overwriting any previous pair(s) that have
the same key.
- set(Object, int, Object) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Sets the specified element of a List/array.
- setAbsolute(String) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- setAcceptLanguage(String) - Method in class org.apache.velocity.tools.view.BrowserTool
-
- setAction(String) - Method in class org.apache.velocity.tools.struts.SecureLinkTool
-
Returns a copy of the link with the given action name
converted into a server-relative URI reference.
- setAction(String) - Method in class org.apache.velocity.tools.struts.StrutsLinkTool
-
Returns a copy of the link with the given action name
converted into a server-relative URI reference.
- setAllowedTags(String[]) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setAllowSubkeys(boolean) - Method in class org.apache.velocity.tools.generic.ValueParser
-
allow or disallow subkeys
- setAnchor(String) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- setAppendParams(boolean) - Method in class org.apache.velocity.tools.generic.LinkTool
-
- SetAttributeExecutor(Log, Introspector, Class, Object, String) - Constructor for class org.apache.velocity.tools.view.WebappUberspector.SetAttributeExecutor
-
- setAuto(boolean) - Method in class org.apache.velocity.tools.generic.Alternator
-
If set to true, the list index will shift automatically after a
call to toString().
- setAutoAlternateDefault(boolean) - Method in class org.apache.velocity.tools.generic.AlternatorTool
-
Sets the default for auto-alternating.
- setAutoIgnoreParameters(boolean) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- setBodyContentKey(String) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setBoolean(FactoryConfiguration, Boolean) - Method in class org.apache.velocity.tools.config.OldXmlFactoryConfigurationRuleSet.BooleanConfigRule
-
Deprecated.
- setBoolean(FactoryConfiguration, Boolean) - Method in class org.apache.velocity.tools.config.OldXmlFactoryConfigurationRuleSet.CreateSessionRule
-
Deprecated.
- setBoolean(FactoryConfiguration, Boolean) - Method in class org.apache.velocity.tools.config.OldXmlFactoryConfigurationRuleSet.XhtmlRule
-
Deprecated.
- setBoolean(Object, Boolean) - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.BooleanConfigRule
-
Deprecated.
Takes the parent object and boolean value in order to
call the appropriate method on the parent for the
implementing rule.
- setBoolean(Object, Boolean) - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.CreateSessionRule
-
Deprecated.
- setBoolean(Object, Boolean) - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxRuleSet.XhtmlRule
-
Deprecated.
- setCache(String) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setCatchExceptions(boolean) - Method in class org.apache.velocity.tools.generic.RenderTool
-
Sets whether or not the render() and eval() methods should catch
exceptions during their execution or not.
- setCatchExceptions(boolean) - Method in class org.apache.velocity.tools.struts.TilesTool
-
- setCdata(boolean) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Sets the cdata status.
- setCellLength(int) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setCellSuffix(String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setCharacterEncoding(String) - Method in class org.apache.velocity.tools.generic.LinkTool
-
- setChildren(Collection<C>) - Method in class org.apache.velocity.tools.config.CompoundConfiguration
-
- setClass(String) - Method in class org.apache.velocity.tools.config.Data
-
This doesn't take a
Class
parameter because
this class was not created for all-java configuration.
- setClass(Class) - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- setClass(Class) - Method in class org.apache.velocity.tools.OldToolInfo
-
- setClass(Class) - Method in class org.apache.velocity.tools.ToolInfo
-
Tries to create an instance of the specified Class, then looks for a
configure(Map) method.
- setClassname(String) - Method in class org.apache.velocity.tools.config.Data
-
- setClassname(String) - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- setClassname(String) - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
If an instance of the tool cannot be created from
the classname passed to this method, it will throw an exception.
- setContentType(String) - Method in class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
Has no effect.
- setContentType(HttpServletRequest, HttpServletResponse) - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
Sets the content type of the response.
- setConverter(Class) - Method in class org.apache.velocity.tools.config.Data
-
- setConverter(String) - Method in class org.apache.velocity.tools.config.Data
-
- setCreateSession(boolean) - Method in class org.apache.velocity.tools.view.PagerTool
-
- setCreateSession(boolean) - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
Sets whether or not to create a new session when none exists for the
current request and session-scoped tools have been defined for this
toolbox.
- setCreateSession(boolean) - Method in class org.apache.velocity.tools.view.ViewToolManager
-
Sets whether or not a new HttpSession should be created
when there are session scoped tools to be stored in the session,
but no session has been created yet.
- setCriteria(Object) - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
Sets the criteria for this search.
- setCriteriaKey(String) - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
- setData(Collection<Data>) - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- setDataClass(Class) - Method in class org.apache.velocity.tools.config.XmlFactoryConfigurationRuleSet
-
- setDateFormat(String) - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- setDefaultAlternate(String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setDefaultBundle(String) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
- setDefaultContentType(String) - Method in class org.apache.velocity.tools.view.VelocityView
-
Sets the configured default Content-Type.
- setDefaultLocale(Locale) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Deprecated.
- setDeprecationSupportMode(boolean) - Method in class org.apache.velocity.tools.generic.ResourceTool
-
Deprecated.
- setDeprecationSupportMode(boolean) - Method in class org.apache.velocity.tools.view.VelocityView
-
Deprecated.
- setEnabledLevel(int) - Method in class org.apache.velocity.tools.view.ServletLogChute
-
Deprecated.
Set the minimum level at which messages will be printed.
- setEncoding(JeeConfig) - Method in class org.apache.velocity.tools.view.VelocityView
-
- setForceRelative(boolean) - Method in class org.apache.velocity.tools.generic.LinkTool
-
Sets whether or not the
LinkTool.createURI()
method should ignore the
scheme, user, port and host values for non-opaque URIs, thus making
LinkTool.toString()
print the link as a relative one, not an absolute
one.
- setFormat(String) - Method in class org.apache.velocity.tools.generic.FormatConfig
-
Sets the default format for this instance.
- setFormat(String, String) - Method in class org.apache.velocity.tools.view.UiDependencyTool
-
Sets the format string for the specified file type.
- setForward(String) - Method in class org.apache.velocity.tools.struts.SecureLinkTool
-
Returns a copy of the link with the given global forward name
converted into a server-relative URI reference.
- setForward(String) - Method in class org.apache.velocity.tools.struts.StrutsLinkTool
-
Returns a copy of the link with the given global or local forward
name converted into a server-relative URI reference.
- setFragment(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
Sets the anchor for this instance and treats empty strings like null.
- setFromRequest(HttpServletRequest) - Method in class org.apache.velocity.tools.view.LinkTool
-
- setFromURI(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
If the specified value is null, this will set the scheme, userInfo,
host, port, path, query, and fragment all to their null-equivalent
values.
- setHost(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
- setHtmlComment(boolean) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Sets whether or not to delimit the
JavaScript with html comments.
- setId(String) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setIncludeRequestParams(boolean) - Method in class org.apache.velocity.tools.view.LinkTool
-
Controls whether or not this tool starts off with all parameters
from the last request automatically.
- setIndex(int) - Method in class org.apache.velocity.tools.view.PagerTool
-
Sets the index of the first result in the current page
- setIndexKey(String) - Method in class org.apache.velocity.tools.view.PagerTool
-
- setItems(List) - Method in class org.apache.velocity.tools.view.PagerTool
-
Sets the List to page through.
- setItemsPerPage(int) - Method in class org.apache.velocity.tools.view.PagerTool
-
Sets the number of items returned in a page of items
- setItemsPerPageKey(String) - Method in class org.apache.velocity.tools.view.PagerTool
-
- setKey(String) - Method in class org.apache.velocity.tools.config.Data
-
- setKey(String) - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- setKey(String) - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Sets the key under which this tool has been configured.
- setKey(String) - Method in class org.apache.velocity.tools.ToolInfo
-
Mutators
- setKey(String) - Method in class org.apache.velocity.tools.view.DataInfo
-
Deprecated.
Mutators
- setKey(String) - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
Mutators
- setLanguagesFilter(String) - Method in class org.apache.velocity.tools.view.BrowserTool
-
- setListDelimiter(String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setListFinalDelimiter(String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setLocale(Locale) - Method in class org.apache.velocity.tools.generic.LocaleConfig
-
Sets the default locale for this instance.
- setLocale(Locale) - Method in class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
Has no effect.
- setLockConfig(boolean) - Method in class org.apache.velocity.tools.generic.SafeConfig
-
Only allow subclass access to this.
- setLog(Log) - Method in class org.apache.velocity.tools.config.LogSupport
-
- setLog(Log) - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
- setLog(Log) - Method in class org.apache.velocity.tools.view.BrowserTool
-
Set log.
- setLog(Log) - Method in class org.apache.velocity.tools.view.CookieTool
-
Sets the Log
used for logging messages when Cookie
creation fails due to an invalid name.
- setLog(Log) - Method in class org.apache.velocity.tools.view.ImportSupport
-
- setMethod(String) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Sets the method name that will be used for the Javascript
validation method name if it has a value.
- setName(String) - Method in class org.apache.velocity.tools.config.Property
-
- setNewItemsKey(String) - Method in class org.apache.velocity.tools.view.PagerTool
-
- SetNextDataRule() - Constructor for class org.apache.velocity.tools.config.OldXmlFactoryConfigurationRuleSet.SetNextDataRule
-
Deprecated.
- setNumberFormat(String) - Method in class org.apache.velocity.tools.generic.ConversionTool
-
- setPage(int) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Sets the current page number of a multi-part form.
- setParam(Object, Object, boolean) - Method in class org.apache.velocity.tools.generic.LinkTool
-
If there is no existing value for this key in the query, it
will simply add it and its value to the query.
- setParam(Object, Object, boolean) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- setParameter(String, String) - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
Set/add new parameter for this tool.
- setParameters(Map) - Method in class org.apache.velocity.tools.view.ViewToolInfo
-
Deprecated.
Set parameter map for this tool.
- setParams(Object, boolean) - Method in class org.apache.velocity.tools.generic.LinkTool
-
- setParams(Object, boolean) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- setParseDepth(int) - Method in class org.apache.velocity.tools.generic.RenderTool
-
Set the maximum number of loops allowed when recursing.
- setPath(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
If this instance is not opaque and the specified value does
not start with a '/' character, then that will be prepended
automatically.
- setPort(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
If the specified object is null, this will set the port value
to -1 to indicate that.
- setProperties(Collection<Property>) - Method in class org.apache.velocity.tools.config.Configuration
-
- setProperties(ExtendedProperties, Data) - Method in class org.apache.velocity.tools.config.PropertiesFactoryConfiguration
-
- setProperty(String, Object) - Method in class org.apache.velocity.tools.config.Configuration
-
- setProperty(Object, String, Object) - Method in class org.apache.velocity.tools.ToolInfo
-
- setPropertyClass(Class) - Method in class org.apache.velocity.tools.config.XmlFactoryConfigurationRuleSet
-
- setPropertyMap(Map<String, Object>) - Method in class org.apache.velocity.tools.config.Configuration
-
- setPublishToolboxes(boolean) - Method in class org.apache.velocity.tools.view.ViewToolManager
-
Sets whether or not the creation of a new
ViewToolContext
should make the various scoped
Toolbox
instances available
publically via the HttpServletRequest/HttpSession/ServletContext
attributes or simply add the Toolbox instances directly to the
context.
- setQuery(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
If the specified value is null, it will set the query to null.
- setReadOnly(boolean) - Method in class org.apache.velocity.tools.generic.ValueParser
-
Set or unset read-only behaviour
- setRelative(String) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- setRepository(StringResourceRepository) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setRequest(HttpServletRequest) - Method in class org.apache.velocity.tools.struts.FormTool
-
Initializes this tool.
- setRequest(HttpServletRequest) - Method in class org.apache.velocity.tools.view.BrowserTool
-
Retrieves the User-Agent header from the request (if any).
- setRequest(HttpServletRequest) - Method in class org.apache.velocity.tools.view.CookieTool
-
Sets the current HttpServletRequest
.
- setRequest(HttpServletRequest) - Method in class org.apache.velocity.tools.view.ImportSupport
-
Sets the current HttpServletRequest
.
- setRequest(HttpServletRequest) - Method in class org.apache.velocity.tools.view.PagerTool
-
Initializes this tool with the specified HttpServletRequest
.
- setRequest(ServletRequest) - Method in class org.apache.velocity.tools.view.ParameterTool
-
Sets the current ServletRequest
- setRequest(HttpServletRequest) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- setRequestPath(String) - Method in class org.apache.velocity.tools.view.servlet.ServletToolInfo
-
Deprecated.
- setResponse(HttpServletResponse) - Method in class org.apache.velocity.tools.view.CookieTool
-
Sets the current HttpServletResponse
.
- setResponse(HttpServletResponse) - Method in class org.apache.velocity.tools.view.ImportSupport
-
Sets the current HttpServletResponse
.
- setResponse(HttpServletResponse) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- setRestrictTo(String) - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- setRoot(Node) - Method in class org.apache.velocity.tools.generic.XmlTool
-
Sets a singular root Node
for this instance.
- setRuleSet(RuleSet) - Method in class org.apache.velocity.tools.config.XmlFactoryConfiguration
-
Sets the RuleSet
this loader will use to
digest the xml toolbox.
- setSafeMode(boolean) - Method in class org.apache.velocity.tools.generic.SafeConfig
-
- setScheme(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
This will treat empty strings like null values
and will trim any trailing ':' character.
- setScope(String) - Method in class org.apache.velocity.tools.config.ToolboxConfiguration
-
- setScope(String) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setScope(String) - Method in class org.apache.velocity.tools.view.servlet.ServletToolInfo
-
Deprecated.
- setSelfAbsolute(boolean) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- setSelfIncludeParameters(boolean) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- setServletContext(ServletContext) - Method in class org.apache.velocity.tools.view.ImportSupport
-
Sets the ServletContext
.
- setSkipSetters(Boolean) - Method in class org.apache.velocity.tools.config.ToolConfiguration
-
- setSkipSetters(boolean) - Method in class org.apache.velocity.tools.ToolInfo
-
- setSlipSize(int) - Method in class org.apache.velocity.tools.view.PagerTool
-
- setSlipSizeKey(String) - Method in class org.apache.velocity.tools.view.PagerTool
-
- setSource(String) - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
Sets the name of the original source of this particular instance.
- setSource(Map<String, Object>) - Method in class org.apache.velocity.tools.generic.ValueParser
-
- setSource(Map) - Method in class org.apache.velocity.tools.view.ParameterTool
-
Overrides ValueParser.setSource(Map source) to throw an
UnsupportedOperationException, because this class uses
a servlet request as its source, not a Map.
- setSrc(String) - Method in class org.apache.velocity.tools.struts.ValidatorTool
-
Sets the src attribute's value (used to include
an external script resource) when defining
the html script element.
- setStatus(int) - Method in class org.apache.velocity.tools.view.ImportSupport.ImportResponseWrapper
-
Sets the status of the response
- setStoredItems(List) - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
- setStoredItems(List) - Method in class org.apache.velocity.tools.view.PagerTool
-
Stores current search items in the user's session attributes
(if one currently exists) in order to do efficient result pagination.
- setStoredResults(AbstractSearchTool.StoredResults) - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
Stores current search results in the user's session attributes
(if one currently exists) in order to do efficient result pagination.
- setStringsDelimiter(String) - Method in class org.apache.velocity.tools.generic.ConversionTool
-
Sets the delimiter used for separating values in a single String value.
- setStringsTrim(boolean) - Method in class org.apache.velocity.tools.generic.ConversionTool
-
Sets whether strings should be trimmed when separated from
a delimited string value.
- setTab(String) - Method in class org.apache.velocity.tools.generic.MarkupTool
-
- setTargetClass(Class) - Method in class org.apache.velocity.tools.config.Data
-
- setTemplate(String) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setTimeZone(TimeZone) - Method in class org.apache.velocity.tools.generic.DateTool
-
- setToolbox(Map<String, Object>) - Method in class org.apache.velocity.tools.view.context.ChainedContext
-
Deprecated.
- setToolboxConfigurationClass(Class) - Method in class org.apache.velocity.tools.config.XmlFactoryConfigurationRuleSet
-
- setToolboxes(Collection<ToolboxConfiguration>) - Method in class org.apache.velocity.tools.config.FactoryConfiguration
-
- setToolboxFactory(ToolboxFactory) - Method in class org.apache.velocity.tools.ToolManager
-
Sets the underlying ToolboxFactory being used.
- setToolboxKey(String) - Method in class org.apache.velocity.tools.view.ViewToolContext
-
- setToolboxKey(String) - Method in class org.apache.velocity.tools.view.ViewToolManager
-
Sets a new attribute key to be used for publishing each
Toolbox
.
- setToolConfigurationClass(Class) - Method in class org.apache.velocity.tools.config.XmlFactoryConfigurationRuleSet
-
- setTools(Collection<ToolConfiguration>) - Method in class org.apache.velocity.tools.config.ToolboxConfiguration
-
- setTruncateAtWord(boolean) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setTruncateLength(int) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setTruncateSuffix(String) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
- setType(Data.Type) - Method in class org.apache.velocity.tools.config.Data
-
- setType(String) - Method in class org.apache.velocity.tools.config.Data
-
- setType(Class) - Method in class org.apache.velocity.tools.generic.ClassTool
-
- setType(String) - Method in class org.apache.velocity.tools.view.DataInfo
-
Deprecated.
- setup(HttpServletRequest) - Method in class org.apache.velocity.tools.view.AbstractSearchTool
-
Sets the criteria *if* it is set in the request parameters.
- setup(HttpServletRequest) - Method in class org.apache.velocity.tools.view.PagerTool
-
Sets the index, itemsPerPage, and/or slipSize *if* they are set
in the request parameters.
- setURI(String) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
- setUserAgent(String) - Method in class org.apache.velocity.tools.view.BrowserTool
-
Sets the User-Agent string to be parsed for info.
- setUserCanOverwriteTools(boolean) - Method in class org.apache.velocity.tools.ToolContext
-
Set whether or not tool references can be overwritten within a template.
- setUserCanOverwriteTools(boolean) - Method in class org.apache.velocity.tools.ToolManager
-
- setUserInfo(Object) - Method in class org.apache.velocity.tools.generic.LinkTool
-
- setValue(Object) - Method in class org.apache.velocity.tools.config.Data
-
- setValue(String) - Method in class org.apache.velocity.tools.view.DataInfo
-
Deprecated.
- setVar(String) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setVelocityContext(Context) - Method in class org.apache.velocity.tools.generic.RenderTool
-
- setVelocityContext(Context) - Method in class org.apache.velocity.tools.struts.TilesTool
-
Initializes this tool.
- setVelocityEngine(VelocityEngine) - Static method in class org.apache.velocity.tools.generic.log.LogSystemCommonsLog
-
- setVelocityEngine(VelocityEngine) - Method in class org.apache.velocity.tools.generic.RenderTool
-
Allow user to specify a VelocityEngine to be used
in place of the Velocity singleton.
- setVelocityEngine(VelocityEngine) - Method in class org.apache.velocity.tools.ToolManager
-
Sets the underlying VelocityEngine being used.
- setVelocityEngine(VelocityEngine) - Method in class org.apache.velocity.tools.view.VelocityView
-
Overrides super class to ensure engine is not set to null.
- setVelocityLog(Log) - Static method in class org.apache.velocity.tools.generic.log.LogChuteCommonsLog
-
Set a VelocityEngine to handle all the log messages.
- setVelocityView(VelocityView) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setVelocityView(VelocityView) - Method in class org.apache.velocity.tools.view.VelocityViewServlet
-
- setViewToolContext(ViewToolContext) - Method in class org.apache.velocity.tools.view.jsp.VelocityViewTag
-
- setXHTML(boolean) - Method in class org.apache.velocity.tools.generic.LinkTool
-
Controls the delimiter used for separating query data pairs.
- setXhtml(Boolean) - Method in class org.apache.velocity.tools.view.servlet.ServletToolboxManager
-
Deprecated.
Sets an application attribute to tell velocimacros and tools
(especially the LinkTool) whether they should output XHTML or HTML.
- setXhtml(boolean) - Method in class org.apache.velocity.tools.view.tools.LinkTool
-
Deprecated.
- SHARED_CONFIG_PARAM - Static variable in class org.apache.velocity.tools.view.ServletUtils
-
- shift() - Method in class org.apache.velocity.tools.generic.Alternator
-
Manually shifts the list index.
- shift() - Method in class org.apache.velocity.tools.generic.LoopTool.SyncedIterator
-
If the sync'ed iterator has any more values,
this sets the next() value as the current one.
- SHOW_DEPRECATED_KEY - Static variable in class org.apache.velocity.tools.generic.ClassTool
-
- signature - Variable in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
- signature(boolean) - Method in class org.apache.velocity.tools.generic.ClassTool.CallableSub
-
- size(Object) - Method in class org.apache.velocity.tools.generic.ListTool
-
Deprecated.
Gets the size of a List/array.
- size() - Method in class org.apache.velocity.tools.generic.ValueParser
-
- size() - Method in class org.apache.velocity.tools.generic.XmlTool
-
Returns the number of Node
s internally held by this instance.
- skip(int) - Method in class org.apache.velocity.tools.generic.LoopTool
-
Skips ahead the specified number of iterations (if possible).
- skip(int, String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
This tells the specified loop to skip ahead the specified number of
iterations.
- skip(long) - Method in class org.apache.velocity.tools.view.ImportSupport.SafeClosingHttpURLConnectionReader
-
- SKIPPED_UNITS_KEY - Static variable in class org.apache.velocity.tools.generic.ComparisonDateTool
-
The key used for specifying time units to be skipped over.
- SkipSetters - Annotation Type in org.apache.velocity.tools.config
-
Annotation specifying that
ToolInfo
should only use the public void configure(Map) method for configuration of
a tool, and skip over the step of trying to find individual
property setters.
- sort(Collection) - Method in class org.apache.velocity.tools.generic.SortTool
-
- sort(Object[]) - Method in class org.apache.velocity.tools.generic.SortTool
-
- sort(Map) - Method in class org.apache.velocity.tools.generic.SortTool
-
- sort(Object, String) - Method in class org.apache.velocity.tools.generic.SortTool
-
Sorts the collection on a single property.
- sort(Collection, List) - Method in class org.apache.velocity.tools.generic.SortTool
-
- sort(Map, List) - Method in class org.apache.velocity.tools.generic.SortTool
-
- sort(Object[], List) - Method in class org.apache.velocity.tools.generic.SortTool
-
- SortTool - Class in org.apache.velocity.tools.generic
-
SortTool allows a user to sort a collection (or array, iterator, etc)
on any arbitary set of properties exposed by the objects contained
within the collection.
- SortTool() - Constructor for class org.apache.velocity.tools.generic.SortTool
-
- SortTool.PropertiesComparator - Class in org.apache.velocity.tools.generic
-
Does all of the comparisons
- SOURCE_FILE_KEY - Static variable in class org.apache.velocity.tools.view.UiDependencyTool
-
- space(int) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Returns a string of spaces of the specified length.
- split(String) - Method in class org.apache.velocity.tools.generic.MarkupTool
-
- sql(Object) - Method in class org.apache.velocity.tools.generic.EscapeTool
-
Escapes the characters in a String
to be suitable to pass to an SQL query.
- stop() - Method in class org.apache.velocity.tools.generic.IteratorTool
-
Deprecated.
Puts a condition to break out of the loop.
- stop() - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Stops this iterator from doing any further iteration.
- stop(Object) - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Directs this instance to stop iterating immediately prior to
any element equal to the specified Object.
- stop() - Method in class org.apache.velocity.tools.generic.LoopTool
-
This tells the current loop to stop after the current iteration.
- stop(String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
This is just like
LoopTool.stop()
except that the stop command is issued
only to the loop/iterator with the specified name.
- stopAll() - Method in class org.apache.velocity.tools.generic.LoopTool
-
This is just like
LoopTool.stop()
except that the stop command is issued
all the loops being watched by this tool.
- stopTo(String) - Method in class org.apache.velocity.tools.generic.LoopTool
-
This is just like
LoopTool.stop(String)
except that the stop command is issued
both to the loop/iterator with the specified name and all loops nested within
it.
- storage - Variable in class org.apache.velocity.tools.generic.FieldTool
-
- STORE_DYNAMIC_KEY - Static variable in class org.apache.velocity.tools.generic.FieldTool
-
The key used for specifying whether or not the tool should store
fields in classes dynamically looked up from within a template.
- STORED_ITEMS_KEY - Static variable in class org.apache.velocity.tools.view.PagerTool
-
the key under which items are stored in session
- STORED_RESULTS_KEY - Static variable in class org.apache.velocity.tools.view.AbstractSearchTool
-
the key under which StoredResults are kept in session
- StoredResults(Object, List) - Constructor for class org.apache.velocity.tools.view.AbstractSearchTool.StoredResults
-
Creates a new instance.
- storeDynamicLookups - Variable in class org.apache.velocity.tools.generic.FieldTool
-
- string(String, Object) - Method in class org.apache.velocity.tools.config.EasyFactoryConfiguration
-
- STRINGS_DELIMITER_FORMAT_KEY - Static variable in class org.apache.velocity.tools.generic.ConversionTool
-
- STRINGS_TRIM_KEY - Static variable in class org.apache.velocity.tools.generic.ConversionTool
-
- stripSession(String) - Static method in class org.apache.velocity.tools.view.ImportSupport
-
Strips a servlet session ID from url.
- stripTags(Object) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Removes HTML tags from the string value of the specified object and
returns the resulting string.
- stripTags(Object, String...) - Method in class org.apache.velocity.tools.generic.DisplayTool
-
Removes all not allowed HTML tags from the string value of the specified
object and returns the resulting string.
- STRUTS_DEFAULTS_PATH - Static variable in class org.apache.velocity.tools.config.ConfigurationUtils
-
- StrutsLinkTool - Class in org.apache.velocity.tools.struts
-
The StrutsLinkTool extends the standard
LinkTool
to add methods
for working with Struts' Actions and Forwards:
- StrutsLinkTool() - Constructor for class org.apache.velocity.tools.struts.StrutsLinkTool
-
- StrutsUtils - Class in org.apache.velocity.tools.struts
-
A utility class to expose the Struts shared
resources.
- Sub() - Constructor for class org.apache.velocity.tools.generic.ClassTool.Sub
-
- sub(Object, Object) - Method in class org.apache.velocity.tools.generic.MathTool
-
- sub(Object...) - Method in class org.apache.velocity.tools.generic.MathTool
-
- SugarCookie(Cookie) - Constructor for class org.apache.velocity.tools.view.CookieTool.SugarCookie
-
- SugarCookie(String, String) - Constructor for class org.apache.velocity.tools.view.CookieTool.SugarCookie
-
- supportsNewInstance() - Method in class org.apache.velocity.tools.generic.ClassTool
-
Returns true if a call to newInstance() on the Class being
inspected is successful; otherwise returns false.
- sync(Object) - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Adds another iterator to be kept in sync with the one
being managed by this instance.
- sync(Object, String) - Method in class org.apache.velocity.tools.generic.LoopTool.ManagedIterator
-
Adds another iterator to be kept in sync with the one
being managed by this instance.
- sync(Object, Object) - Method in class org.apache.velocity.tools.generic.LoopTool
-
- SyncedIterator(Iterator) - Constructor for class org.apache.velocity.tools.generic.LoopTool.SyncedIterator
-
- SYSTEM_PROPERTY_KEY - Static variable in class org.apache.velocity.tools.config.ConfigurationUtils
-