LOADBEANS |
After - function loadBeans |
Arguments:
Name |
Required |
Type |
Default |
beanDefinitionFileName |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
loads bean definitions into the bean factory from an xml file location |
Description: |
|
|
|
GETVERSION |
After - function getVersion |
Arguments: | none |
ReturnType: |
string
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
I return the version number for the framework. |
Description: |
|
|
|
GETMERGEDBEANDEFINITION |
After - function getMergedBeanDefinition |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
coldspring.beans.BeanDefinition
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
ISCFC |
After - function isCFC |
Arguments:
Name |
Required |
Type |
Default |
objectToCheck |
Required |
any |
|
|
ReturnType: |
boolean
|
Roles: |
|
Access: |
public
|
Output: |
|
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
RESOLVEBEANNAME |
After - function resolveBeanName |
Arguments:
Name |
Required |
Type |
Default |
name |
Required |
string |
|
|
ReturnType: |
string
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETFRAMEWORKPROPERTIES |
After - function getFrameworkProperties |
Arguments: | none |
ReturnType: |
any
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
I return a Java Properties object containing the Framework properites such as version number. |
Description: |
|
|
|
GETBEAN |
After - function getBean |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
any
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
returns
an instance of the bean registered under the given name. Depending on
how the bean was configured, either a singleton and thus shared
instance or a newly created bean will be returned. A BeansException
will be thrown when either the bean could not be found (in which case
it'll be a NoSuchBeanDefinitionException), or an exception occurred
while instantiating and preparing the bean |
Description: |
|
|
|
SINGLETONCACHECONTAINSBEAN |
After - function singletonCacheContainsBean |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
boolean
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
INIT |
After - function init |
Arguments:
Name |
Required |
Type |
Default |
defaultAttributes |
Optional |
struct |
[runtime expression]
|
defaultProperties |
Optional |
struct |
[runtime expression]
|
|
ReturnType: |
coldspring.beans.DefaultXmlBeanFactory
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
Constuctor. Creates a beanFactory |
Description: |
|
|
|
SHRINKFULLRELATIVEPATH |
After - function shrinkFullRelativePath |
Arguments:
Name |
Required |
Type |
Default |
fullPath |
Required |
string |
|
|
ReturnType: |
string
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
FLATTENMETADATA |
After - function flattenMetaData |
Arguments:
Name |
Required |
Type |
Default |
md |
Required |
struct |
|
|
ReturnType: |
struct
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
takes metadata, copies inherited methods into the top level function array, and returns it |
Description: |
|
|
|
LOADFRAMEWORKPROPERTIES |
After - function loadFrameworkProperties |
Arguments:
Name |
Required |
Type |
Default |
propertiesFile |
Required |
string |
|
|
ReturnType: |
any
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
I return a Java Properties object populated from the specified properties file. |
Description: |
|
|
|
GETPARENT |
After - function getParent |
Arguments: | none |
ReturnType: |
coldspring.beans.AbstractBeanFactory
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
FINDIMPORTS |
After - function findImports |
Arguments:
Name |
Required |
Type |
Default |
importFiles |
Required |
struct |
|
importedFilename |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
|
DisplayName: |
|
Hint: |
finds and caches include file paths |
Description: |
|
|
|
ADDBEANTOSINGLETONCACHE |
After - function addBeanToSingletonCache |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
beanObject |
Required |
any |
|
|
ReturnType: |
any
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
LOADBEANSFROMXMLFILE |
After - function loadBeansFromXmlFile |
Arguments:
Name |
Required |
Type |
Default |
beanDefinitionFile |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
|
DisplayName: |
|
Hint: |
loads bean definitions into the bean factory from an xml file location |
Description: |
|
|
|
GETBEANFROMSINGLETONCACHE |
After - function getBeanFromSingletonCache |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
any
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
FINDBEANNAMEBYTYPE |
After - function findBeanNameByType |
Arguments:
Name |
Required |
Type |
Default |
typeName |
Required |
string |
|
checkParent |
Optional |
boolean |
true
|
|
ReturnType: |
string
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
Finds the name of the first bean that matches the specified type in the bean factory. Returns '' if no match is found. |
Description: |
|
|
|
REGISTERALIAS |
After - function registerAlias |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
alias |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETDEFAULTATTRIBUTES |
After - function getDefaultAttributes |
Arguments: | none |
ReturnType: |
struct
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETPARENT |
After - function setParent |
Arguments:
Name |
Required |
Type |
Default |
parent |
Required |
coldspring.beans.AbstractBeanFactory |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETDEFAULTPROPERTIES |
After - function getDefaultProperties |
Arguments: | none |
ReturnType: |
struct
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETTYPE |
After - function getType |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
string
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETBEANDEFINITIONLIST |
After - function getBeanDefinitionList |
Arguments: | none |
ReturnType: |
Struct
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
BEANDEFINITIONEXISTS |
After - function beanDefinitionExists |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
boolean
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
searches all known factories (parents) to see if bean definition for the specified bean exists |
Description: |
|
|
|
CREATEBEANDEFINITION |
After - function createBeanDefinition |
Arguments:
Name |
Required |
Type |
Default |
beanID |
Required |
string |
|
beanClass |
Required |
string |
|
children |
Required |
any |
|
isSingleton |
Required |
boolean |
|
isInnerBean |
Required |
boolean |
|
isLazyInit |
Optional |
boolean |
false
|
initMethod |
Optional |
string |
[empty string]
|
factoryBean |
Optional |
string |
[empty string]
|
factoryMethod |
Optional |
string |
[empty string]
|
autowire |
Optional |
string |
no
|
factoryPostProcessor |
Optional |
boolean |
false
|
beanPostProcessor |
Optional |
boolean |
false
|
abstract |
Optional |
boolean |
false
|
parent |
Optional |
string |
[empty string]
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
creates a bean definition within this bean factory. |
Description: |
|
|
|
LOADBEANSFROMXMLRAW |
After - function loadBeansFromXmlRaw |
Arguments:
Name |
Required |
Type |
Default |
beanDefinitionXml |
Required |
string |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
|
DisplayName: |
|
Hint: |
loads bean definitions into the bean factory from supplied raw xml |
Description: |
|
|
|
LOADBEANDEFINITIONS |
After - function loadBeanDefinitions |
Arguments:
Name |
Required |
Type |
Default |
XmlBeanDefinitions |
Required |
any |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
|
DisplayName: |
|
Hint: |
actually loads the bean definitions by processing the supplied xml data |
Description: |
|
|
|
FINDIMPORTSFROMXMLOBJ |
After - function findImportsFromXmlObj |
Arguments:
Name |
Required |
Type |
Default |
importFiles |
Required |
struct |
|
beanDefinitionXmlObj |
Required |
any |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
|
DisplayName: |
|
Hint: |
finds and caches include file paths |
Description: |
|
|
|
LOCALFACTORYCONTAINSBEAN |
After - function localFactoryContainsBean |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
boolean
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
returns true if the BeanFactory contains a bean definition or bean instance that matches the given name |
Description: |
|
|
|
ISSINGLETON |
After - function isSingleton |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
boolean
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
returns whether the bean with the specified name is a singleton |
Description: |
|
|
|
CONTAINSBEAN |
After - function containsBean |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
boolean
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
returns true if the BeanFactory contains a bean definition or bean instance that matches the given name |
Description: |
|
|
|
LOADBEANSFROMXMLOBJ |
After - function loadBeansFromXmlObj |
Arguments:
Name |
Required |
Type |
Default |
beanDefinitionXmlObj |
Required |
any |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
|
DisplayName: |
|
Hint: |
loads bean definitions into the bean factory from supplied cf xml object |
Description: |
|
|
|
SETDEFAULTATTRIBUTES |
After - function setDefaultAttributes |
Arguments:
Name |
Required |
Type |
Default |
DefaultAttributes |
Required |
struct |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
SETDEFAULTPROPERTIES |
After - function setDefaultProperties |
Arguments:
Name |
Required |
Type |
Default |
DefaultProperties |
Required |
struct |
|
|
ReturnType: |
void
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
|
Description: |
|
|
|
GETBEANDEFINITION |
After - function getBeanDefinition |
Arguments:
Name |
Required |
Type |
Default |
beanName |
Required |
string |
|
|
ReturnType: |
coldspring.beans.BeanDefinition
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
retrieves a bean definition for the specified bean |
Description: |
|
|
|
FINDALLBEANNAMESBYTYPE |
After - function findAllBeanNamesByType |
Arguments:
Name |
Required |
Type |
Default |
typeName |
Required |
string |
|
checkParent |
Optional |
boolean |
true
|
|
ReturnType: |
array
|
Roles: |
|
Access: |
public
|
Output: |
false |
DisplayName: |
|
Hint: |
Finds the all the names of the bean that match the specified type in the bean factory. |
Description: |
|
|
|