|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.Factory
public class Factory
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
any |
get(string key)
|
any |
getAll()
|
any |
getCollection()
|
string |
getHashKey(string key)
|
any |
getJavaLoader()
|
Factory |
getParent()
|
boolean |
has(string key)
|
boolean |
hasParent()
|
private boolean |
isSoftReference(any obj)
|
boolean |
keyExists([any key])
|
void |
purge(string key)
|
void |
purgeAll()
|
void |
set(string key, any obj, [boolean isSoft='false'], [any timespan=''])
|
private void |
setCollection(struct collection)
|
void |
setJavaLoader(any javaLoader)
|
void |
setParent(Factory parent)
|
numeric |
size()
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public any get(string key)
keypublic any getAll()
public any getCollection()
public string getHashKey(string key)
keypublic any getJavaLoader()
public Factory getParent()
public boolean has(string key)
keypublic boolean hasParent()
private boolean isSoftReference(any obj)
objpublic boolean keyExists([any key])
keypublic void purge(string key)
keypublic void purgeAll()
public void set(string key, any obj, [boolean isSoft='false'], [any timespan=''])
keyobjisSofttimespanprivate void setCollection(struct collection)
collectionpublic void setJavaLoader(any javaLoader)
javaLoaderpublic void setParent(Factory parent)
parentpublic numeric size()
|
Mura CMS 6.1 | ||||
| FRAMES | |||||