Method: WirisPlugin::CleanCacheImpl#getContentType
- Defined in:
- lib/com/wiris/plugin/impl/CleanCacheImpl.rb
#getContentType ⇒ Object
92 93 94 95 96 97 98 |
# File 'lib/com/wiris/plugin/impl/CleanCacheImpl.rb', line 92 def getContentType() if !@gui return "application/json" else return "text/html charset=UTF-8" end end |