# File lib/jpmobile/filter.rb, line 37
    def after(controller)
      if apply_outgoing?(controller) and controller.response.body.is_a?(String)
        controller.response.body = to_external(controller.response.body)
      end
    end