org.hudsonci.rest.plugin.components
Class CoreComponents

java.lang.Object
  extended by org.hudsonci.rest.plugin.RestComponentProvider
      extended by org.hudsonci.rest.plugin.components.CoreComponents

@Named
@Singleton
public class CoreComponents
extends RestComponentProvider

Provides the core components required by the REST subsystem.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
CoreComponents()
           
 
Method Summary
 Class<?>[] getClasses()
           
 
Methods inherited from class org.hudsonci.rest.plugin.RestComponentProvider
getSingletons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreComponents

public CoreComponents()
Method Detail

getClasses

public Class<?>[] getClasses()
Overrides:
getClasses in class RestComponentProvider


Copyright © 2004-2011 Hudson. All Rights Reserved.