Spring Hateoas

org.springframework.hateoas
Interface RelProvider

All Superinterfaces:
org.springframework.plugin.core.Plugin<Class<?>>
All Known Implementing Classes:
AnnotationRelProvider, ControllerRelProvider, DefaultRelProvider, DelegatingRelProvider, EvoInflectorRelProvider

public interface RelProvider
extends org.springframework.plugin.core.Plugin<Class<?>>

Author:
Oliver Gierke

Method Summary
 String getCollectionResourceRelFor(Class<?> type)
           
 String getSingleResourceRelFor(Class<?> type)
           
 
Methods inherited from interface org.springframework.plugin.core.Plugin
supports
 

Method Detail

getSingleResourceRelFor

String getSingleResourceRelFor(Class<?> type)

getCollectionResourceRelFor

String getCollectionResourceRelFor(Class<?> type)

Spring Hateoas

Copyright © 2012-2013 SpringSource, a division of VMware. All Rights Reserved.