com.atlassian.confluence.velocity.context
Interface OutputMimeTypeAwareContext

All Known Implementing Classes:
OutputAwareWebWorkVelocityContext, OutputMimeTypeAwareVelocityContext

public interface OutputMimeTypeAwareContext

Used by Velocity contexts that are aware of the MIME type that will be generated when merging with templates.


Method Summary
 java.lang.String getOutputMimeType()
           
 

Method Detail

getOutputMimeType

java.lang.String getOutputMimeType()
Returns:
the MIME type of the destination format for this context.


Copyright © 2003-2014 Atlassian. All Rights Reserved.