org.jboss.resteasy.plugins.delegates
Class LinkHeaderDelegate
java.lang.Object
org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
- All Implemented Interfaces:
- javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<LinkHeader>
public class LinkHeaderDelegate
- extends Object
- implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<LinkHeader>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkHeaderDelegate
public LinkHeaderDelegate()
fromString
public LinkHeader fromString(String value)
throws IllegalArgumentException
- Specified by:
fromString
in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<LinkHeader>
- Throws:
IllegalArgumentException
from
public static LinkHeader from(String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
toString
public String toString(LinkHeader value)
- Specified by:
toString
in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<LinkHeader>
getString
public static String getString(LinkHeader value)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.