Changeset 275
- Timestamp:
- 12/15/06 21:50:31 (2 years ago)
- Location:
- framework/trunk/skeleton/lexicon/reactor
- Files:
-
- 10 modified
-
dao.cfm (modified) (1 diff)
-
dictionary.cfm (modified) (1 diff)
-
gateway.cfm (modified) (1 diff)
-
initialize.cfm (modified) (1 diff)
-
iterator.cfm (modified) (1 diff)
-
metadata.cfm (modified) (1 diff)
-
plugin.cfm (modified) (1 diff)
-
record.cfm (modified) (1 diff)
-
to.cfm (modified) (1 diff)
-
validator.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/skeleton/lexicon/reactor/dao.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a data access object of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/dictionary.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a dictionary of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/gateway.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a gateway of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/initialize.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Initializes a Reactor factory into the current application scope (respecting the fusebox application key) 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/iterator.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a iterator of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/metadata.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a metadata of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/plugin.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a plugin of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/record.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a record of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/to.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a transfer object of a given type from Reactor 4 4 // usage: -
framework/trunk/skeleton/lexicon/reactor/validator.cfm
r274 r275 1 1 <cfscript> 2 // @ Author Kevin Roche2 // @ Author Nathan Strutz 3 3 // Creates a validator of a given type from Reactor 4 4 // usage:
