org.skyscreamer.yoga.demo.resteasy.resources
Class ControllerSubscriber<T>

java.lang.Object
  extended by org.skyscreamer.yoga.demo.resteasy.resources.ControllerSubscriber<T>

public class ControllerSubscriber<T>
extends Object


Nested Class Summary
 class ControllerSubscriber.DefaultController
           
 
Constructor Summary
ControllerSubscriber()
           
 
Method Summary
 void setEntityClass(Class<T> entityClass)
           
 void setRegistry(org.jboss.resteasy.core.ResourceMethodRegistry registry)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerSubscriber

public ControllerSubscriber()
Method Detail

setRegistry

public void setRegistry(org.jboss.resteasy.core.ResourceMethodRegistry registry)

setEntityClass

public void setEntityClass(Class<T> entityClass)

setup

@PostConstruct
public void setup()


Copyright © 2011. All Rights Reserved.