|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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)
key
public any getAll()
public any getCollection()
public string getHashKey(string key)
key
public any getJavaLoader()
public Factory getParent()
public boolean has(string key)
key
public boolean hasParent()
private boolean isSoftReference(any obj)
obj
public boolean keyExists([any key])
key
public void purge(string key)
key
public void purgeAll()
public void set(string key, any obj, [boolean isSoft='false'], [any timespan=''])
key
obj
isSoft
timespan
private void setCollection(struct collection)
collection
public void setJavaLoader(any javaLoader)
javaLoader
public void setParent(Factory parent)
parent
public numeric size()
|
Mura CMS 6.1 | ||||
FRAMES |