com.sun.jersey.server.linking.impl
Interface RefDescriptor

All Known Implementing Classes:
LinkDescriptor, RefFieldDescriptor

public interface RefDescriptor

Utility for working with @Ref annotations

Author:
mh124079

Method Summary
 String getBinding(String name)
          Get the binding as an EL expression for a particular URI template parameter
 String getCondition()
          Get the condition.
 Ref.Style getLinkStyle()
          Get the style
 String getLinkTemplate()
          Get the link template, either directly from the value() or from the
 

Method Detail

getLinkStyle

Ref.Style getLinkStyle()
Get the style

Returns:
the style

getLinkTemplate

String getLinkTemplate()
Get the link template, either directly from the value() or from the

Returns:
the link template

getBinding

String getBinding(String name)
Get the binding as an EL expression for a particular URI template parameter

Parameters:
name -
Returns:
the EL binding

getCondition

String getCondition()
Get the condition.

Returns:
the condition


Copyright © 2013 Oracle Corporation. All Rights Reserved.