org.qi4j.library.rest.common
Class Resource.Mixin

java.lang.Object
  extended by org.qi4j.library.rest.common.Resource.Mixin
All Implemented Interfaces:
Composite, ValueComposite, Resource
Enclosing interface:
Resource

public abstract static class Resource.Mixin
extends java.lang.Object
implements Resource


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.rest.common.Resource
Resource.Mixin
 
Constructor Summary
Resource.Mixin()
           
 
Method Summary
 Link command(java.lang.String relation)
           
 Link query(java.lang.String relation)
           
 Link resource(java.lang.String relation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.library.rest.common.Resource
commands, index, queries, resources
 

Constructor Detail

Resource.Mixin

public Resource.Mixin()
Method Detail

query

public Link query(java.lang.String relation)
Specified by:
query in interface Resource

command

public Link command(java.lang.String relation)
Specified by:
command in interface Resource

resource

public Link resource(java.lang.String relation)
Specified by:
resource in interface Resource