| CSSVelocityResult | Line # 5 | 1 | 1 | 0% |
0.0
|
| No Tests | |||
| 1 | package com.atlassian.xwork.results; | |
| 2 | ||
| 3 | import com.opensymphony.webwork.dispatcher.VelocityResult; | |
| 4 | ||
| 5 | public class CSSVelocityResult extends VelocityResult | |
| 6 | { | |
| 7 | 0 |
protected String getContentType(String s) |
| 8 | { | |
| 9 | 0 | return "text/css"; |
| 10 | } | |
| 11 | } | |
|
||||||||||