net.stickycode.bootstrap.spring3
Class SpringComponentContainer

java.lang.Object
  extended by net.stickycode.bootstrap.spring3.SpringComponentContainer
All Implemented Interfaces:
net.stickycode.bootstrap.ComponentContainer

@StickyComponent
public class SpringComponentContainer
extends Object
implements net.stickycode.bootstrap.ComponentContainer


Constructor Summary
SpringComponentContainer()
           
 
Method Summary
<T> T
find(Class<T> type)
           
 void inject(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringComponentContainer

public SpringComponentContainer()
Method Detail

inject

public void inject(Object value)
Specified by:
inject in interface net.stickycode.bootstrap.ComponentContainer

find

public <T> T find(Class<T> type)
Specified by:
find in interface net.stickycode.bootstrap.ComponentContainer


Copyright © 2012 RedEngine Ltd. All Rights Reserved.