Class Summary |
AntiSamy |
OWASP AntiSamy Project.
|
JavaLoader |
Loads External Java Classes, while providing access to ColdFusion classes
|
StringBuffer |
This CFC greatly increases the speed of string concatenation. CF strings are immutable. When you append a string to another string, a whole new string is created. This is fine for a small number of iterations but painfully slow and memory intensive for a large number of concatenation operations. This plugin switches between StringBuilder and StringBuffer if running under cf8
|
Utilities |
This is a Utilities CFC
|
XMLParser |
This is the XML Parser plugin for the framework. It takes care of any XML parsing for the framework's usage.
|
applicationstorage |
Application Storage plugin. It provides the user with a mechanism for permanent data storage using the application scope.
|
beanFactory |
I am the ColdBox beanFactory plugin that takes care of autowiring and dependency injection
|
cfcViewer |
This components provides functionality to obtain information about cfcs via introspection.
|
clientstorage |
Client Storage plugin. It provides the user with a mechanism for permanent data storage using the client scope and WDDX.
|
cookiestorage |
Cookie Storage plugin. It provides the user with a mechanism for permanent data storage using the cookie scope.
|
feedGenerator |
A feed generator plugin. This plugin only generates RSS 2.0 feeds.
|
feedReader |
A rss reader plugin. We recommend that when you call the readFeed method, that you use url's as settings. ex: readFeed(getSetting('myFeedURL')). The settings this plugin uses are the following: feedReader_useCache:boolean [default=true], feedReader_cacheLocation:string, feedReader_cacheTimeout:numeric [default=30 min], feedReader_httpTimeout:numeric [default=30 sec]. If the cacheLocation directory does not exits, the plugin will throw an error. So please remember to create the directory.
|
i18n |
This is the i18N plugin based on Paul Hastings cfc. It uses standard Java locale names and has its own storage mechanism via RBundles['Locale']. In order to use the plugin, you must instantiate it and call its setfwLocale() method with the appropriate locale to initialize with. Then you may use its methods.
|
ioc |
An Inversion Of Control plugin.
|
json |
JSON Plugin is used to serialize and deserialize JSON data to/from native ColdFusion objects.
|
logger |
This is the frameworks logger object. It is used for all logging facilities.
|
messagebox |
This is the messagebox plugin. It uses the session/client scope to save messages.
|
methodInjector |
Method Injector plugin. It provides a nice way to mixin and remove methods from cfc's
|
queryHelper |
A query helper plugin.
|
renderer |
This service renders layouts, views, framework includes, etc.
|
resourceBundle |
reads and parses java resource bundle per locale: version 1.0.0 coldbox core java 8-jul-2006 paul@sustainableGIS.com
|
sessionstorage |
Session Storage plugin. It provides the user with a mechanism for permanent data storage using the session scope.
|
timer |
This is the timer plugin. It is used to time executions. Facade for request variable
|
webservices |
The webservices framework plugin.
|
zip |
A collections of functions that supports the Zip and GZip functionality by using the Java Zip file API.
|