jodd.madvoc.injector
Class ApplicationScopeInjector

java.lang.Object
  extended by jodd.madvoc.injector.BaseScopeInjector
      extended by jodd.madvoc.injector.ApplicationScopeInjector

public class ApplicationScopeInjector
extends BaseScopeInjector

Servlet context injector.


Field Summary
 
Fields inherited from class jodd.madvoc.injector.BaseScopeInjector
scopeDataResolver, scopeType
 
Constructor Summary
ApplicationScopeInjector()
           
 
Method Summary
 void inject(java.lang.Object target, javax.servlet.ServletContext context)
           
 void outject(java.lang.Object target, javax.servlet.ServletContext context)
           
 
Methods inherited from class jodd.madvoc.injector.BaseScopeInjector
getMatchedPropertyName, getTargetProperty, lookupInData, lookupOutData, setTargetProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationScopeInjector

public ApplicationScopeInjector()
Method Detail

inject

public void inject(java.lang.Object target,
                   javax.servlet.ServletContext context)

outject

public void outject(java.lang.Object target,
                    javax.servlet.ServletContext context)


Copyright © 2003-2011 Jodd Team