com.atlassian.confluence.setup.webwork
Class OutputAwareWebWorkVelocityContext
java.lang.Object
org.apache.velocity.context.AbstractContext
org.apache.velocity.VelocityContext
com.opensymphony.webwork.views.velocity.WebWorkVelocityContext
com.atlassian.confluence.setup.webwork.OutputAwareWebWorkVelocityContext
- All Implemented Interfaces:
- OutputMimeTypeAwareContext, Cloneable, org.apache.velocity.context.Context, org.apache.velocity.context.InternalEventContext
public final class OutputAwareWebWorkVelocityContext
- extends com.opensymphony.webwork.views.velocity.WebWorkVelocityContext
- implements OutputMimeTypeAwareContext
A WebWorkVelocityContext
that is
OutputMimeTypeAwareContext
Methods inherited from class com.opensymphony.webwork.views.velocity.WebWorkVelocityContext |
internalContainsKey, internalGet |
Methods inherited from class org.apache.velocity.VelocityContext |
clone, internalGetKeys, internalPut, internalRemove |
Methods inherited from class org.apache.velocity.context.AbstractContext |
containsKey, get, getChainedContext, getKeys, put, remove |
OutputAwareWebWorkVelocityContext
public OutputAwareWebWorkVelocityContext(com.opensymphony.xwork.util.OgnlValueStack ognlValueStack)
OutputAwareWebWorkVelocityContext
public OutputAwareWebWorkVelocityContext(org.apache.velocity.VelocityContext[] velocityContexts,
com.opensymphony.xwork.util.OgnlValueStack ognlValueStack)
getOutputMimeType
public String getOutputMimeType()
- Specified by:
getOutputMimeType
in interface OutputMimeTypeAwareContext
- Returns:
- the MIME type of the destination format for this context.
setOutputMimeType
public void setOutputMimeType(String outputMimeType)