Метод | Описание | |
---|---|---|
AttachEventCartridge ( |
||
ICacheGet ( Object key ) : IntrospectionCacheData | ||
ICachePut ( Object key, IntrospectionCacheData o ) : void | ||
InternalContextBase ( ) : System | ||
PopCurrentTemplateName ( ) : void |
remove the current template name from stack
|
|
PushCurrentTemplateName ( String s ) : void |
set the current template name on top of stack
|
public AttachEventCartridge ( |
||
eventCartridge | ||
Результат |
public ICacheGet ( Object key ) : IntrospectionCacheData | ||
key | Object | |
Результат | IntrospectionCacheData |
public ICachePut ( Object key, IntrospectionCacheData o ) : void | ||
key | Object | |
o | IntrospectionCacheData | |
Результат | void |
public PushCurrentTemplateName ( String s ) : void | ||
s | String | current template name |
Результат | void |