interface InternalHousekeepingContext
Modifier and Type | Method and Description |
---|---|
Resource |
getCurrentResource()
temporary fix to enable #include() to figure out
current encoding.
|
java.lang.String |
getCurrentTemplateName()
get the current template name
|
java.lang.Object[] |
getTemplateNameStack()
Returns the template name stack in form of an array.
|
IntrospectionCacheData |
icacheGet(java.lang.Object key)
returns an IntrospectionCache Data (@see IntrospectionCacheData)
object if exists for the key
|
void |
icachePut(java.lang.Object key,
IntrospectionCacheData o)
places an IntrospectionCache Data (@see IntrospectionCacheData)
element in the cache for specified key
|
void |
popCurrentTemplateName()
remove the current template name from stack
|
void |
pushCurrentTemplateName(java.lang.String s)
set the current template name on top of stack
|
void |
setCurrentResource(Resource r) |
void pushCurrentTemplateName(java.lang.String s)
s
- current template namevoid popCurrentTemplateName()
java.lang.String getCurrentTemplateName()
java.lang.Object[] getTemplateNameStack()
IntrospectionCacheData icacheGet(java.lang.Object key)
key
- key to find in cachevoid icachePut(java.lang.Object key, IntrospectionCacheData o)
key
- keyo
- IntrospectionCacheData object to place in cacheResource getCurrentResource()
void setCurrentResource(Resource r)
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.