aerogear-controller 1.0.2

org.jboss.aerogear.controller.router.rest
Interface ResponseHeaders


public interface ResponseHeaders

Responsible for specifying one or more HTTP Headers that will be include in the HttpServletResponse


Method Summary
 Map<String,String> headers()
          The headers to be included.
 

Method Detail

headers

Map<String,String> headers()
The headers to be included.

Returns:
Map with the key is the name of the header and value is the headers value(s). If no headers are to be returned, this method should return an empty map.

aerogear-controller 1.0.2

Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.