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

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


      headerDelegates.put(Date.class, new DateHeaderDelegate());
      // external
      headerDelegates.put(AcceptLanguage.class, new AcceptLanguageHeaderDelegate());
      headerDelegates.put(AcceptMediaType.class, new AcceptMediaTypeHeaderDelegate());
      headerDelegates.put(String.class, new StringHeaderDelegate());
      headerDelegates.put(URI.class, new URIHeaderDelegate());
      headerDelegates.put(Locale.class, new LocaleHeaderDelegate());
   }
View Full Code Here


      headerDelegates.put(Date.class, new DateHeaderDelegate());
      // external
      headerDelegates.put(AcceptLanguage.class, new AcceptLanguageHeaderDelegate());
      headerDelegates.put(AcceptMediaType.class, new AcceptMediaTypeHeaderDelegate());
      headerDelegates.put(String.class, new StringHeaderDelegate());
      headerDelegates.put(URI.class, new URIHeaderDelegate());
      headerDelegates.put(Locale.class, new LocaleHeaderDelegate());
   }
View Full Code Here

TOP

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

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.