Package org.exoplatform.services.rest.impl.header

Examples of org.exoplatform.services.rest.impl.header.MediaTypeHeaderDelegate


    * @see RuntimeDelegate#getInstance()
    */
   public RuntimeDelegateImpl()
   {
      // JSR-311
      headerDelegates.put(MediaType.class, new MediaTypeHeaderDelegate());
      headerDelegates.put(CacheControl.class, new CacheControlHeaderDelegate());
      headerDelegates.put(Cookie.class, new CookieHeaderDelegate());
      headerDelegates.put(NewCookie.class, new NewCookieHeaderDelegate());
      headerDelegates.put(EntityTag.class, new EntityTagHeaderDelegate());
      headerDelegates.put(Date.class, new DateHeaderDelegate());
View Full Code Here


    * @see RuntimeDelegate#getInstance()
    */
   public RuntimeDelegateImpl()
   {
      // JSR-311
      headerDelegates.put(MediaType.class, new MediaTypeHeaderDelegate());
      headerDelegates.put(CacheControl.class, new CacheControlHeaderDelegate());
      headerDelegates.put(Cookie.class, new CookieHeaderDelegate());
      headerDelegates.put(NewCookie.class, new NewCookieHeaderDelegate());
      headerDelegates.put(EntityTag.class, new EntityTagHeaderDelegate());
      headerDelegates.put(Date.class, new DateHeaderDelegate());
View Full Code Here

TOP

Related Classes of org.exoplatform.services.rest.impl.header.MediaTypeHeaderDelegate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.