net.craftforge.essential.context.spring
Class SpringApplication

java.lang.Object
  extended by net.craftforge.essential.context.spring.SpringApplication
All Implemented Interfaces:
Application

@Component
@Scope(value="request")
public class SpringApplication
extends Object
implements Application

Since:
04.01.12
Author:
Christian Bick

Constructor Summary
SpringApplication(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 Object provideInstance(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringApplication

@Inject
public SpringApplication(javax.servlet.ServletContext servletContext)
Method Detail

provideInstance

public Object provideInstance(Class<?> clazz)
Specified by:
provideInstance in interface Application


Copyright © 2012 net.craftforge.net. All Rights Reserved.