|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.context.InternalContextBase
org.apache.velocity.context.AbstractContext
org.apache.velocity.VelocityContext
com.atlassian.confluence.setup.webwork.ConfluenceVelocityContext
A custom velocity context to return things we want to use in our Velocity templates.
Constructor Summary | |
ConfluenceVelocityContext()
|
Method Summary | |
Map |
getConfluenceKeys()
This is only needed in MacroUtils at the moment - it's a bit of a hack, could be nicer - MCB |
boolean |
internalContainsKey(Object key)
|
Object |
internalGet(String key)
|
static void |
modifyRequestContext(org.apache.velocity.context.Context context,
javax.servlet.http.HttpServletRequest request)
Adds request based information to the given context. |
Methods inherited from class org.apache.velocity.VelocityContext |
clone, internalGetKeys, internalPut, internalRemove |
Methods inherited from class org.apache.velocity.context.AbstractContext |
attachEventCartridge, containsKey, get, getChainedContext, getCurrentResource, getCurrentTemplateName, getEventCartridge, getKeys, getTemplateNameStack, icacheGet, icachePut, popCurrentTemplateName, pushCurrentTemplateName, put, remove, setCurrentResource |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfluenceVelocityContext()
Method Detail |
public Object internalGet(String key)
public boolean internalContainsKey(Object key)
public Map getConfluenceKeys()
public static void modifyRequestContext(org.apache.velocity.context.Context context, javax.servlet.http.HttpServletRequest request)
context
- request
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |