initial
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<cfcomponent extends="taffy.core.api">
|
||||
<cfscript>
|
||||
|
||||
this.name = hash(getCurrentTemplatePath());
|
||||
|
||||
variables.framework = {};
|
||||
variables.framework.serializer = "resources.CustomSerializer";
|
||||
|
||||
function onApplicationStart(){
|
||||
application.JsonUtil = createObject("component", "resources.JSONUtil.JSONUtil");
|
||||
application.AnythingToXML = createObject("component", "resources.AnythingToXML.AnythingToXML");
|
||||
|
||||
return super.onApplicationStart();
|
||||
}
|
||||
|
||||
</cfscript>
|
||||
</cfcomponent>
|
||||
Reference in New Issue
Block a user