org.glassfish.jersey.message.internal
Class LinkProvider
java.lang.Object
org.glassfish.jersey.message.internal.LinkProvider
- All Implemented Interfaces:
- RuntimeDelegate.HeaderDelegate<Link>, HeaderDelegateProvider<Link>
@Singleton
public class LinkProvider
- extends Object
- implements HeaderDelegateProvider<Link>
Provider for Link Headers.
- Author:
- Santiago Pericas-Geertsen, Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkProvider
public LinkProvider()
supports
public boolean supports(Class<?> type)
- Description copied from interface:
HeaderDelegateProvider
- Ascertain if the Provider supports a particular type.
- Specified by:
supports in interface HeaderDelegateProvider<Link>
- Parameters:
type - the type that is to be supported.
- Returns:
- true if the type is supported, otherwise false.
fromString
public Link fromString(String value)
throws IllegalArgumentException
- Specified by:
fromString in interface RuntimeDelegate.HeaderDelegate<Link>
- Throws:
IllegalArgumentException
toString
public String toString(Link value)
- Specified by:
toString in interface RuntimeDelegate.HeaderDelegate<Link>
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.