Uses of Class
org.apache.velocity.tools.config.InvalidScope
-
Packages that use InvalidScope Package Description org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity.org.apache.velocity.tools.view Contains tools and supporting infrastructure for using those tools in a servlet environment as well as general use classes to support use of Velocity as (or in) the view layer of web applications. -
-
Uses of InvalidScope in org.apache.velocity.tools.generic
Classes in org.apache.velocity.tools.generic with annotations of type InvalidScope Modifier and Type Class Description classContextToolTool for convenient access toContextdata and meta-data. -
Uses of InvalidScope in org.apache.velocity.tools.view
Classes in org.apache.velocity.tools.view with annotations of type InvalidScope Modifier and Type Class Description classAbstractSearchToolAbstract view tool for doing "searching" and robust pagination of search results.classBrowserToolbrowser-sniffing tool (session or request scope requested, session scope advised).classIncludeToolAllows for transparent content negotiation in a manner mimicking Apache httpd's MultiViews.classPagerToolView tool for doing request-based pagination of items in an a list.
-