Interface OutputMimeTypeAwareContext
-
- All Known Implementing Classes:
OutputAwareStrutsVelocityContext
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOutputMimeType()
-
-
-
Method Detail
-
getOutputMimeType
String getOutputMimeType()
- Returns:
- the MIME type of the destination format for this context.
-
-